Date: Tue, 3 Jul 2001 04:06:11 -0400 (EDT) From: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Cc: mzaki@e-mail.ne.jp Subject: ports/28667: Fix Makefile/pkg-plist for biology/fastdnaml Message-ID: <200107030806.f6386BH08845@wlgrv1.pa.home.com>
next in thread | raw e-mail | index | archive | help
>Number: 28667 >Category: ports >Synopsis: Fix Makefile/pkg-plist for biology/fastdnaml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 03 01:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Tue Jun 26 15:02:11 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: Docs are installed with ${INSTALL_DATA} not ${INSTALL_MAN} + Tweak pkg-plist a bit and add NOPORTDOCS support Maintained by: mzaki@e-mail.ne.jp >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/biology/fastdnaml/Makefile fastdnaml/Makefile --- /usr/ports/biology/fastdnaml/Makefile Tue Oct 24 06:33:47 2000 +++ fastdnaml/Makefile Tue Jul 3 03:07:15 2001 @@ -25,7 +25,7 @@ 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 <bsd.port.mk> diff -ruN /usr/ports/biology/fastdnaml/pkg-plist fastdnaml/pkg-plist --- /usr/ports/biology/fastdnaml/pkg-plist Thu Oct 12 08:31:13 2000 +++ fastdnaml/pkg-plist Tue Jul 3 03:08:12 2001 @@ -32,7 +32,7 @@ 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 +%%PORTDOCS%%@dirrm share/doc/fastdnaml @dirrm bin/fastdnaml -@dirrm share/doc/fastdnaml >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107030806.f6386BH08845>