Date: Sun, 1 Jul 2001 14:13:42 -0400 (EDT) From: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28593: Fix pkg-plist for audio/raproxy Message-ID: <200107011813.f61IDgg83413@wlgrv1.pa.home.com>
next in thread | raw e-mail | index | archive | help
>Number: 28593 >Category: ports >Synopsis: Fix pkg-plist for audio/raproxy >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: Sun Jul 01 11:20:02 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: + Add NOPORTDOCS support to pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/audio/raproxy/Makefile audio/raproxy/Makefile --- /usr/ports/audio/raproxy/Makefile Sun Dec 31 09:42:19 2000 +++ audio/raproxy/Makefile Sat Jun 30 01:45:56 2001 @@ -27,10 +27,10 @@ ${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8 .if !defined(NOPORTDOCS) - -${MKDIR} ${PREFIX}/share/doc/raproxy - ${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \ + @${MKDIR} ${PREFIX}/share/doc/raproxy + @${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \ ${PREFIX}/share/doc/raproxy .endif - -cat ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff -ruN /usr/ports/audio/raproxy/pkg-plist audio/raproxy/pkg-plist --- /usr/ports/audio/raproxy/pkg-plist Wed Nov 3 12:54:50 1999 +++ audio/raproxy/pkg-plist Sat Jun 30 01:46:33 2001 @@ -1,13 +1,13 @@ libexec/raproxy -share/doc/raproxy/about.html -share/doc/raproxy/advanced.html -share/doc/raproxy/contents.html -share/doc/raproxy/generic.html -share/doc/raproxy/index.html -share/doc/raproxy/moreinfo.html -share/doc/raproxy/player.html -share/doc/raproxy/raproxy.pdf -share/doc/raproxy/thrdprty.html -share/doc/raproxy/tproxy.pdf -share/doc/raproxy/usekit.html -@dirrm share/doc/raproxy +%%PORTDOCS%%share/doc/raproxy/about.html +%%PORTDOCS%%share/doc/raproxy/advanced.html +%%PORTDOCS%%share/doc/raproxy/contents.html +%%PORTDOCS%%share/doc/raproxy/generic.html +%%PORTDOCS%%share/doc/raproxy/index.html +%%PORTDOCS%%share/doc/raproxy/moreinfo.html +%%PORTDOCS%%share/doc/raproxy/player.html +%%PORTDOCS%%share/doc/raproxy/raproxy.pdf +%%PORTDOCS%%share/doc/raproxy/thrdprty.html +%%PORTDOCS%%share/doc/raproxy/tproxy.pdf +%%PORTDOCS%%share/doc/raproxy/usekit.html +%%PORTDOCS%%@dirrm share/doc/raproxy >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?200107011813.f61IDgg83413>