diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:05:48 +0000 |
commit | 5b96d0a9567e649c783ac418d8e2bde2f6adfc22 (patch) | |
tree | 8b423bf71fff78a00604f3c63e5c97500c8a780a /sysutils | |
parent | 3e84456d0e9ec790ccd9350f80ea60af92eb7d68 (diff) | |
download | ports-5b96d0a9567e649c783ac418d8e2bde2f6adfc22.tar.gz ports-5b96d0a9567e649c783ac418d8e2bde2f6adfc22.zip |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
Notes
Notes:
svn path=/head/; revision=69429
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/su2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile index d7f5abf75534..ca879a8372fc 100644 --- a/sysutils/su2/Makefile +++ b/sysutils/su2/Makefile @@ -13,9 +13,11 @@ MASTER_SITES= ftp://ftp.ccs.neu.edu/pub/sysadmin/ MAINTAINER= jmg@freebsd.org NO_CDROM= "Don't sell for profit" +USE_REINPLACE= yes + MAN1= su2.1 post-patch: - ${PERL} -pi -e 's,/etc/super,${PREFIX}/etc/super,g' ${WRKSRC}/su2.man + ${REINPLACE_CMD} -e 's,/etc/super,${PREFIX}/etc/super,g' ${WRKSRC}/su2.man .include <bsd.port.mk> |