mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Chase MASTER_SITEs
- Nuke pkg-plist while here PR: ports/74007 Submitted by: maintainer
This commit is contained in:
parent
79036c17e5
commit
2db8fdb663
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121806
2 changed files with 5 additions and 9 deletions
|
@ -8,7 +8,8 @@
|
||||||
PORTNAME= fvcool
|
PORTNAME= fvcool
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 1.0.4
|
||||||
CATEGORIES= sysutils
|
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}
|
DISTNAME= FVCool${PORTVERSION:S/.//g}
|
||||||
|
|
||||||
MAINTAINER= m.seaman@infracaninophile.co.uk
|
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,%%PORTNAME%%,${PORTNAME},g' \
|
||||||
-e 's,%%PREFIX%%,${PREFIX},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:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \
|
@${REINPLACE_CMD} -e 's|@CC@|& ${CFLAGS}|; \
|
||||||
|
@ -50,7 +52,7 @@ post-install:
|
||||||
install-doc:
|
install-doc:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
.for file in ${DOC_FILES}
|
.for file in ${PORTDOCS}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -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%%
|
|
Loading…
Add table
Reference in a new issue