diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-08 18:15:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-08 18:15:34 +0000 |
commit | a39c693c25758dfadfbcc4260862418e3f7b8f83 (patch) | |
tree | d90372899f0280587929a50730767d6976d6b5d6 /biology/psi88 | |
parent | f835e3350e7c77c34819bb5a8bbc284c5dfecf97 (diff) |
Add NOPORTDOCS support to pkg-plist
Notes
Notes:
svn path=/head/; revision=44938
Diffstat (limited to 'biology/psi88')
-rw-r--r-- | biology/psi88/Makefile | 6 | ||||
-rw-r--r-- | biology/psi88/pkg-plist | 38 |
2 files changed, 22 insertions, 22 deletions
diff --git a/biology/psi88/Makefile b/biology/psi88/Makefile index 36654e4ca86a..e814c3c2b8ba 100644 --- a/biology/psi88/Makefile +++ b/biology/psi88/Makefile @@ -29,9 +29,9 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/psi88 ${MKDIR} ${PREFIX}/share/doc/psi88/examples - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/psi88 - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/psi88.doc ${PREFIX}/share/doc/psi88 - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/doc/psi88/examples + @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README ${PREFIX}/share/doc/psi88 + @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/psi88.doc ${PREFIX}/share/doc/psi88 + @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/doc/psi88/examples .endif .include <bsd.port.mk> diff --git a/biology/psi88/pkg-plist b/biology/psi88/pkg-plist index ce0007c57359..1c5f1e9f5714 100644 --- a/biology/psi88/pkg-plist +++ b/biology/psi88/pkg-plist @@ -9,22 +9,22 @@ bin/preplot bin/rpsi1 bin/rpsi2 bin/rpsicon -share/doc/psi88/psi88.doc -share/doc/psi88/README -share/doc/psi88/examples/ad634a.psi1 -share/doc/psi88/examples/ad634a.psi2 -share/doc/psi88/examples/ad634a.psicon -share/doc/psi88/examples/ad635a.psi1 -share/doc/psi88/examples/ad635a.psi2 -share/doc/psi88/examples/ad635a.psicon -share/doc/psi88/examples/ad636a.psi1 -share/doc/psi88/examples/ad636a.psi2 -share/doc/psi88/examples/ad636a.psicon -share/doc/psi88/examples/ch3cl.psi1 -share/doc/psi88/examples/ch3cl.psi2 -share/doc/psi88/examples/ch3cl.psicon -share/doc/psi88/examples/test.psi1 -share/doc/psi88/examples/test.psi2 -share/doc/psi88/examples/test.psicon -@dirrm share/doc/psi88/examples -@dirrm share/doc/psi88 +%%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 |