diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-22 09:37:18 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-22 09:37:18 +0000 |
commit | 958842c5c62d613041843fb197e43834d0e6e7f9 (patch) | |
tree | 4bddc4d898e1efa8097beab8575712b76311564d /biology/psi88 | |
parent | 19658c02f0c63fc4b676af4a3e61f26d74b1c768 (diff) | |
download | ports-958842c5c62d613041843fb197e43834d0e6e7f9.tar.gz ports-958842c5c62d613041843fb197e43834d0e6e7f9.zip |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992
Notes
Notes:
svn path=/head/; revision=91882
Diffstat (limited to 'biology/psi88')
-rw-r--r-- | biology/psi88/pkg-plist | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/biology/psi88/pkg-plist b/biology/psi88/pkg-plist index 1c5f1e9f5714..dc8966983621 100644 --- a/biology/psi88/pkg-plist +++ b/biology/psi88/pkg-plist @@ -9,22 +9,22 @@ bin/preplot bin/rpsi1 bin/rpsi2 bin/rpsicon -%%PORTDOCS%%share/doc/psi88/psi88.doc -%%PORTDOCS%%share/doc/psi88/README -%%PORTDOCS%%share/doc/psi88/examples/ad634a.psi1 -%%PORTDOCS%%share/doc/psi88/examples/ad634a.psi2 -%%PORTDOCS%%share/doc/psi88/examples/ad634a.psicon -%%PORTDOCS%%share/doc/psi88/examples/ad635a.psi1 -%%PORTDOCS%%share/doc/psi88/examples/ad635a.psi2 -%%PORTDOCS%%share/doc/psi88/examples/ad635a.psicon -%%PORTDOCS%%share/doc/psi88/examples/ad636a.psi1 -%%PORTDOCS%%share/doc/psi88/examples/ad636a.psi2 -%%PORTDOCS%%share/doc/psi88/examples/ad636a.psicon -%%PORTDOCS%%share/doc/psi88/examples/ch3cl.psi1 -%%PORTDOCS%%share/doc/psi88/examples/ch3cl.psi2 -%%PORTDOCS%%share/doc/psi88/examples/ch3cl.psicon -%%PORTDOCS%%share/doc/psi88/examples/test.psi1 -%%PORTDOCS%%share/doc/psi88/examples/test.psi2 -%%PORTDOCS%%share/doc/psi88/examples/test.psicon -%%PORTDOCS%%@dirrm share/doc/psi88/examples -%%PORTDOCS%%@dirrm share/doc/psi88 +%%PORTDOCS%%%%DOCSDIR%%/psi88.doc +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/examples/ad634a.psi1 +%%PORTDOCS%%%%DOCSDIR%%/examples/ad634a.psi2 +%%PORTDOCS%%%%DOCSDIR%%/examples/ad634a.psicon +%%PORTDOCS%%%%DOCSDIR%%/examples/ad635a.psi1 +%%PORTDOCS%%%%DOCSDIR%%/examples/ad635a.psi2 +%%PORTDOCS%%%%DOCSDIR%%/examples/ad635a.psicon +%%PORTDOCS%%%%DOCSDIR%%/examples/ad636a.psi1 +%%PORTDOCS%%%%DOCSDIR%%/examples/ad636a.psi2 +%%PORTDOCS%%%%DOCSDIR%%/examples/ad636a.psicon +%%PORTDOCS%%%%DOCSDIR%%/examples/ch3cl.psi1 +%%PORTDOCS%%%%DOCSDIR%%/examples/ch3cl.psi2 +%%PORTDOCS%%%%DOCSDIR%%/examples/ch3cl.psicon +%%PORTDOCS%%%%DOCSDIR%%/examples/test.psi1 +%%PORTDOCS%%%%DOCSDIR%%/examples/test.psi2 +%%PORTDOCS%%%%DOCSDIR%%/examples/test.psicon +%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples +%%PORTDOCS%%@dirrm %%DOCSDIR%% |