1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix plist

This commit is contained in:
Roman Bogorodskiy 2005-05-05 04:16:35 +00:00
parent f15cfed29d
commit c94a2e04c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134639

View File

@ -21,6 +21,10 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}"
.if !defined (NOPORTDOCS)
PORTDOCS= README.jis RELEASE.jis
.endif
post-configure:
@${PERL} -i.bak -pe 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/Fan/Fan.pm
.for f in ftpmirror rotate
@ -29,7 +33,6 @@ post-configure:
post-install:
.if !defined (NOPORTDOCS)
PORTDOCS= README.jis RELEASE.jis
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}