diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-07 12:54:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-07 12:54:46 +0000 |
commit | 241cef977f35d2e17acd1180ba365e9746db8b7a (patch) | |
tree | 5379309822b2368d1576bdbec368fb0aef6d9171 /security/pam_smb | |
parent | dc2190846a4490c208e610f342a00f26834a4084 (diff) | |
download | ports-241cef977f35d2e17acd1180ba365e9746db8b7a.tar.gz ports-241cef977f35d2e17acd1180ba365e9746db8b7a.zip |
Notes
Diffstat (limited to 'security/pam_smb')
-rw-r--r-- | security/pam_smb/Makefile | 2 |
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} |