aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fvcool
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-11-17 20:13:34 +0800
committervs <vs@FreeBSD.org>2004-11-17 20:13:34 +0800
commit5c73474742b2071ba2377b2699331fcaa91b8804 (patch)
tree690f16c6592802642b7dc3cb0f3e876bb23647f4 /sysutils/fvcool
parent932ddd7ef2131eaa06babae9bbdc8924d2edc3a2 (diff)
downloadfreebsd-ports-gnome-5c73474742b2071ba2377b2699331fcaa91b8804.tar.gz
freebsd-ports-gnome-5c73474742b2071ba2377b2699331fcaa91b8804.tar.zst
freebsd-ports-gnome-5c73474742b2071ba2377b2699331fcaa91b8804.zip
- Chase MASTER_SITEs
- Nuke pkg-plist while here PR: ports/74007 Submitted by: maintainer
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%%