aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fvcool
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-11-17 12:13:34 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-11-17 12:13:34 +0000
commit2db8fdb6632b41c2d33e444b750c617e987c97e6 (patch)
treeb36b42c2611faff43acdb8a41d95c34941bce8ce /sysutils/fvcool
parent79036c17e5788bb8c0cf834c577a365179f7c571 (diff)
downloadports-2db8fdb6632b41c2d33e444b750c617e987c97e6.tar.gz
ports-2db8fdb6632b41c2d33e444b750c617e987c97e6.zip
Notes
Diffstat (limited to 'sysutils/fvcool')
-rw-r--r--sysutils/fvcool/Makefile8
-rw-r--r--sysutils/fvcool/pkg-plist6
2 files changed, 5 insertions, 9 deletions
diff --git a/sysutils/fvcool/Makefile b/sysutils/fvcool/Makefile
index 780ea2dc2ce3..bdb950154859 100644
--- a/sysutils/fvcool/Makefile
+++ b/sysutils/fvcool/Makefile
@@ -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@infracaninophile.co.uk
@@ -27,7 +28,8 @@ SED_SCRIPT= -e 's,%%RC_SUBR%%,${RC_SUBR},g' \
-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 @@ post-install:
install-doc:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${DOC_FILES}
+.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/sysutils/fvcool/pkg-plist b/sysutils/fvcool/pkg-plist
deleted file mode 100644
index 95a7a5ae299d..000000000000
--- a/sysutils/fvcool/pkg-plist
+++ /dev/null
@@ -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%%