Date: Wed, 1 Aug 2001 06:20:02 -0700 (PDT) From: Pete Fritchman <petef@databits.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/29298: Installation of documentation for vcdgear port Message-ID: <200108011320.f71DK2a59074@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/29298; it has been noted by GNATS. From: Pete Fritchman <petef@databits.net> To: Dirk Gouders <gouders@et.bocholt.fh-ge.de> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29298: Installation of documentation for vcdgear port Date: Wed, 1 Aug 2001 09:10:54 -0400 ++ 29/07/01 07:22 -0700 - Dirk Gouders: | >Description: | It would be nice if the installation of the port vcdgear would | also install documentation files (i.e. faq.txt and manual.txt) in a | directory, for example /usr/local/share/doc/vcdgear. | | >Fix: How about: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/vcdgear/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 2001/02/05 15:57:19 1.7 +++ Makefile 2001/08/01 09:08:36 @@ -28,5 +28,11 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vcdgear16_static ${PREFIX}/bin/vcdgear +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in faq.txt manual.txt whatsnew.txt + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif .include <bsd.port.post.mk> Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/vcdgear/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 2000/01/06 08:46:08 1.1 +++ pkg-plist 2001/08/01 09:07:46 @@ -1 +1,5 @@ bin/vcdgear +%%PORTDOCS%%share/doc/vcdgear/faq.txt +%%PORTDOCS%%share/doc/vcdgear/manual.txt +%%PORTDOCS%%share/doc/vcdgear/whatsnew.txt +%%PORTDOCS%%@dirrm share/doc/vcdgear -- Pete Fritchman <petef@databits.net> Databits Network Services, Inc. <http://databits.net> finger petef@databits.net for PGP key 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?200108011320.f71DK2a59074>