aboutsummaryrefslogtreecommitdiff
path: root/security/pam_smb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/pam_smb/Makefile')
-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}