Date: Sun, 18 Oct 2009 19:14:14 -0200 (BRST) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/139732: [PATCH] audio/fapg: Added PLIST_FILES and PORTDOCS to Makefile. Take maintainership. Message-ID: <20091018211414.74ADA3F416C@fbsd.scjamorim.org> Resent-Message-ID: <200910182120.n9ILK6Of013540@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139732 >Category: ports >Synopsis: [PATCH] audio/fapg: Added PLIST_FILES and PORTDOCS to Makefile. Take maintainership. >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:20:05 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 PLIST_FILES and PORTDOCS to Makefile - Take maintainership Removed file(s): - pkg-plist Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- fapg-0.41.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/fapg/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 28 Aug 2009 17:36:42 -0000 1.12 +++ Makefile 18 Oct 2009 21:12:37 -0000 @@ -10,7 +10,7 @@ CATEGORIES= audio MASTER_SITES= http://royale.zerezo.com/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Fast Audio Playlist Generator LIB_DEPENDS= uriparser:${PORTSDIR}/net/uriparser @@ -19,6 +19,10 @@ MAN1= fapg.1 +PLIST_FILES= bin/fapg + +PORTDOCS= COPYING README + do-build: @cd ${WRKSRC} && ${MAKE} ${PORTNAME} @@ -29,8 +33,8 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in COPYING README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} .endfor .endif Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 29 Jun 2006 10:41:08 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,4 +0,0 @@ -bin/fapg -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- fapg-0.41.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?20091018211414.74ADA3F416C>