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%%