From a39c693c25758dfadfbcc4260862418e3f7b8f83 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 8 Jul 2001 18:15:34 +0000 Subject: Add NOPORTDOCS support to pkg-plist --- biology/fastdnaml/Makefile | 2 +- biology/fastdnaml/pkg-plist | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'biology/fastdnaml') diff --git a/biology/fastdnaml/Makefile b/biology/fastdnaml/Makefile index 494e6a26a907..9a42e40174a1 100644 --- a/biology/fastdnaml/Makefile +++ b/biology/fastdnaml/Makefile @@ -25,7 +25,7 @@ do-install: post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/${PORTNAME} .endif .include diff --git a/biology/fastdnaml/pkg-plist b/biology/fastdnaml/pkg-plist index d2d7d1f04e57..cc19e20c3922 100644 --- a/biology/fastdnaml/pkg-plist +++ b/biology/fastdnaml/pkg-plist @@ -32,7 +32,7 @@ bin/fastdnaml/usertree bin/fastdnaml/usertrees bin/fastdnaml/weights bin/fastdnaml/weights_categories -share/doc/fastdnaml/fastDNAml_doc_1.2.txt -share/doc/fastdnaml/fastDNAml_scripts.txt +%%PORTDOCS%%share/doc/fastdnaml/fastDNAml_doc_1.2.txt +%%PORTDOCS%%share/doc/fastdnaml/fastDNAml_scripts.txt @dirrm bin/fastdnaml -@dirrm share/doc/fastdnaml +%%PORTDOCS%%@dirrm share/doc/fastdnaml -- cgit v1.2.3