diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
commit | 011f3a2a13f514a55dae8ea737db2d626983191d (patch) | |
tree | ef9e57574419ab4a95c9adca518cce23e6a78895 /security/altivore/Makefile | |
parent | f2bc149e9a1f30296a05f9c708c6729f700c8234 (diff) | |
download | FreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.zip FreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
Diffstat (limited to 'security/altivore/Makefile')
-rw-r--r-- | security/altivore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/altivore/Makefile b/security/altivore/Makefile index ff40e51..ffcbaca 100644 --- a/security/altivore/Makefile +++ b/security/altivore/Makefile @@ -20,13 +20,14 @@ RESTRICTED= License does not allow redistribution in any form\ NO_WRKSUBDIR= yes NO_BUILD= yes +USE_REINPLACE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} post-patch: - @${PERL} -pi -e "s/
//" ${WRKDIR}/${DISTFILES} + @${REINPLACE_CMD} -e "s/
//" ${WRKDIR}/${DISTFILES} do-install: @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} |