summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-07 12:54:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-07 12:54:46 +0000
commit241cef977f35d2e17acd1180ba365e9746db8b7a (patch)
tree5379309822b2368d1576bdbec368fb0aef6d9171 /security
parent- Fix hagelslag on -CURRENT by including missing header (diff)
PERL -> REINPLACE_CMD
PR: 44881 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=69659
Diffstat (limited to 'security')
-rw-r--r--security/pam_smb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile
index 45628946d550..58e789ab118f 100644
--- a/security/pam_smb/Makefile
+++ b/security/pam_smb/Makefile
@@ -39,7 +39,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/pam_smb.conf.example ${PREFIX}/etc/
${INSTALL_DATA} ${WRKSRC}/pam_smb.conf.example2 ${PREFIX}/etc/
${INSTALL_SCRIPT} ${FILESDIR}/${STARTUP_SCRIPT} ${PREFIX}/etc/rc.d/
- ${PERL} -pi -e s,%%PREFIX%%,${PREFIX}, ${PREFIX}/etc/rc.d/${STARTUP_SCRIPT}
+ ${REINPLACE_CMD} -e s,%%PREFIX%%,${PREFIX}, ${PREFIX}/etc/rc.d/${STARTUP_SCRIPT}
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}