Date: Sun, 18 Oct 2009 19:27:30 -0200 (BRST) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139733: [PATCH] audio/mixxx: Added PORTDOCS to Makefile. Message-ID: <20091018212730.23D263F416C@fbsd.scjamorim.org> Resent-Message-ID: <200910182130.n9ILU48T021718@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139733 >Category: ports >Synopsis: [PATCH] audio/mixxx: Added PORTDOCS to Makefile. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 18 21:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Added PORTDOCS to Makefile - Changed pkg-plist Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mixxx-1.7.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/mixxx/Makefile,v retrieving revision 1.22 diff -u -u -r1.22 Makefile --- Makefile 14 Oct 2009 13:45:26 -0000 1.22 +++ Makefile 18 Oct 2009 21:26:23 -0000 @@ -38,6 +38,8 @@ -Wl,-rpath,${LOCALBASE}/lib/portaudio2 -Wl,-rpath,${QT_LIBDIR} \ ${PTHREAD_LIBS} +PORTDOCS= Mixxx-Manual.pdf README + post-patch: @${REINPLACE_CMD} -e \ '/pthread/d ; \ @@ -47,8 +49,8 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in Mixxx-Manual.pdf README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} .endfor .endif Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/audio/mixxx/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 14 Oct 2009 13:45:26 -0000 1.3 +++ pkg-plist 18 Oct 2009 21:26:25 -0000 @@ -1,7 +1,5 @@ bin/mixxx share/applications/mixxx.desktop -%%PORTDOCS%%%%DOCSDIR%%/Mixxx-Manual.pdf -%%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/keyboard/Old.kbd.cfg %%DATADIR%%/keyboard/Standard.kbd.cfg %%DATADIR%%/keyboard/old-pre1.5.0.kbd.cfg @@ -2374,7 +2372,6 @@ %%DATADIR%%/skins/traditional/zpet5.png %%DATADIR%%/skins/traditional/zpetback.png share/pixmaps/mixxx-icon.png -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/skins/traditional @dirrm %%DATADIR%%/skins/outlineSmall @dirrm %%DATADIR%%/skins/outlineNetbook --- mixxx-1.7.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091018212730.23D263F416C>