mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Fix plist
This commit is contained in:
parent
f15cfed29d
commit
c94a2e04c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134639
1 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,10 @@ GNU_CONFIGURE= YES
|
||||||
|
|
||||||
CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}"
|
CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}"
|
||||||
|
|
||||||
|
.if !defined (NOPORTDOCS)
|
||||||
|
PORTDOCS= README.jis RELEASE.jis
|
||||||
|
.endif
|
||||||
|
|
||||||
post-configure:
|
post-configure:
|
||||||
@${PERL} -i.bak -pe 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Fan/Fan.pm
|
@${PERL} -i.bak -pe 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Fan/Fan.pm
|
||||||
.for f in ftpmirror rotate
|
.for f in ftpmirror rotate
|
||||||
|
@ -29,7 +33,6 @@ post-configure:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined (NOPORTDOCS)
|
.if !defined (NOPORTDOCS)
|
||||||
PORTDOCS= README.jis RELEASE.jis
|
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
.for i in ${PORTDOCS}
|
.for i in ${PORTDOCS}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue