summaryrefslogtreecommitdiff
path: root/sysutils/enteruser
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:12:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:12:17 +0000
commit31bf3a3efffb2842e5c1ffda6275830a3e3c8ae5 (patch)
treee6b6876a69aed117f8077ce9c6885250c13422a0 /sysutils/enteruser
parentPERL -> REINPLACE (diff)
PERL -> REINPLACE, Add USE_PERL5=yes too
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69422
Diffstat (limited to 'sysutils/enteruser')
-rw-r--r--sysutils/enteruser/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/enteruser/Makefile b/sysutils/enteruser/Makefile
index 808276c65c42..083a687e3f4e 100644
--- a/sysutils/enteruser/Makefile
+++ b/sysutils/enteruser/Makefile
@@ -15,6 +15,8 @@ EXTRACT_ONLY= # empty
MAINTAINER= dannyman@toldme.com
+USE_REINPLACE= yes
+USE_PERL5= yes
NO_WRKSUBDIR= true
NO_BUILD= true
@@ -23,7 +25,7 @@ do-extract:
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
do-patch:
- @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/enteruser
+ @${REINPLACE_CMD} -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/enteruser
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/enteruser ${PREFIX}/sbin