summaryrefslogtreecommitdiffstats
path: root/sysutils/su2
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 03:05:48 +0000
committeredwin <edwin@FreeBSD.org>2002-11-04 03:05:48 +0000
commit011f3a2a13f514a55dae8ea737db2d626983191d (patch)
treeef9e57574419ab4a95c9adca518cce23e6a78895 /sysutils/su2
parentf2bc149e9a1f30296a05f9c708c6729f700c8234 (diff)
downloadFreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.zip
FreeBSD-ports-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes Notices on: bento
Diffstat (limited to 'sysutils/su2')
-rw-r--r--sysutils/su2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile
index d7f5abf..ca879a8 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>
OpenPOWER on IntegriCloud