ports/74007: [Maintainer] sysutils/fvcool -- fix master sites

Volker Stolz vs at FreeBSD.org
Wed Nov 17 08:42:43 UTC 2004


Synopsis: [Maintainer] sysutils/fvcool -- fix master sites

State-Changed-From-To: open->feedback
State-Changed-By: vs
State-Changed-When: Wed Nov 17 08:40:24 GMT 2004
State-Changed-Why: 
Please review the following suggestion: It gets rid of pkg-plist
which isn't really necessary for a few files:
Index: Makefile
===================================================================
RCS file: /usr/freebsdcvs/cvs-ports/ports/sysutils/fvcool/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	17 Oct 2004 03:32:08 -0000	1.6
+++ Makefile	17 Nov 2004 08:38:57 -0000
@@ -8,7 +8,8 @@
 PORTNAME=	fvcool
 PORTVERSION=	1.0.4
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/
+MASTER_SITES=	http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/fvcool/ \
+		http://www.infracaninophile.co.uk/fvcool/
 DISTNAME=	FVCool${PORTVERSION:S/.//g}
 
 MAINTAINER=	m.seaman at infracaninophile.co.uk
@@ -27,7 +28,8 @@
 		-e 's,%%PORTNAME%%,${PORTNAME},g' \
 		-e 's,%%PREFIX%%,${PREFIX},g'
 
-DOC_FILES=	ReadMe ReadMe.jp ReadMe.tech_KT133
+PORTDOCS=	ReadMe ReadMe.jp ReadMe.tech_KT133
+PLIST_FILES=	sbin/fvcool etc/rc.d/fvcool.sh
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \
@@ -50,7 +52,7 @@
 install-doc:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in ${DOC_FILES}
+.for file in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	17 Oct 2004 03:32:08 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-sbin/fvcool
-etc/rc.d/fvcool.sh
-%%PORTDOCS%%%%DOCSDIR%%/ReadMe
-%%PORTDOCS%%%%DOCSDIR%%/ReadMe.jp
-%%PORTDOCS%%%%DOCSDIR%%/ReadMe.tech_KT133
-%%PORTDOCS%%@dirrm %%DOCSDIR%%


Responsible-Changed-From-To: freebsd-ports-bugs->vs
Responsible-Changed-By: vs
Responsible-Changed-When: Wed Nov 17 08:40:24 GMT 2004
Responsible-Changed-Why: 
I'll handle this

http://www.freebsd.org/cgi/query-pr.cgi?pr=74007



More information about the freebsd-ports-bugs mailing list