diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-20 12:35:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-20 12:35:43 +0000 |
commit | 25c43856c70cf436f0e2a6e2e734dd32c08f3b37 (patch) | |
tree | 0e68b4ef29fd260edc62fdc2846c846a9f8c4752 /ftp/ftplocate/Makefile | |
parent | f7bcfbb621297c9fb8c2d0e5d1056d9a9bb239db (diff) |
Notes
Diffstat (limited to 'ftp/ftplocate/Makefile')
-rw-r--r-- | ftp/ftplocate/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/ftplocate/Makefile b/ftp/ftplocate/Makefile index e08294b5ec99..fba548857f4c 100644 --- a/ftp/ftplocate/Makefile +++ b/ftp/ftplocate/Makefile @@ -13,13 +13,13 @@ MASTER_SITES= ftp://ftp.ee.ncku.edu.tw/pub/ftplocate/ MAINTAINER= tung@turtle.ee.ncku.edu.tw -BROKEN= "Incorrect pkg-plist" - BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \ unzip:${PORTSDIR}/archivers/unzip -USE_PERL5= yes +USE_PERL5_BUILD=yes +USE_PERL5_RUN= yes +USE_REINPLACE= yes NO_BUILD= yes PL_FILES= install.pl bin/dcollect.pl bin/dindex.pl bin/dsearch.pl \ @@ -30,9 +30,9 @@ PL_FILES= install.pl bin/dcollect.pl bin/dindex.pl bin/dsearch.pl \ post-patch: .for f in ${PL_FILES} - @${PERL} -pi -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/${f} + @${REINPLACE_CMD} -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/${f} .endfor - @${PERL} -pi -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/install.pl + @${REINPLACE_CMD} -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/install.pl do-install: cd ${WRKSRC}; ${PERL} install.pl -y -c -bsdport |