ports/139732: [PATCH] audio/fapg: Added PLIST_FILES and PORTDOCS to Makefile. Take maintainership.

Sylvio Cesar scjamorim at bsd.com.br
Sun Oct 18 21:20:08 UTC 2009


>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 at FreeBSD.org
+MAINTAINER=	scjamorim at 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:



More information about the freebsd-ports-bugs mailing list