summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-07 12:54:46 +0000
committeredwin <edwin@FreeBSD.org>2002-11-07 12:54:46 +0000
commit519a97ee309f4dc7d214eada6fe7bb6128141b20 (patch)
tree2bab592004f92c3fc370a97041709749b23966cb /security
parentdd031a418377aed71d0e10db35fd42881f80ca0e (diff)
downloadFreeBSD-ports-519a97ee309f4dc7d214eada6fe7bb6128141b20.zip
FreeBSD-ports-519a97ee309f4dc7d214eada6fe7bb6128141b20.tar.gz
PERL -> REINPLACE_CMD
PR: 44881 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
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 4562894..58e789a 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}
OpenPOWER on IntegriCloud