diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-03 21:35:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-03 21:35:39 +0000 |
commit | 76da8ac4d6d62498d031864a94db61b0b5fa9831 (patch) | |
tree | 755aac4ca3a6bfe72bbec71d093e17c5400120ea /security/pam_smb/Makefile | |
parent | Port needs perl to build -> USE_PERL5=yes (diff) |
USE_REINPLACE conversion to get rid of Perl
See http://bento.freebsd.org/errorlogs/5-latest/pam_smb-1.9.9_1.log
Diffstat (limited to 'security/pam_smb/Makefile')
-rw-r--r-- | security/pam_smb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam_smb/Makefile b/security/pam_smb/Makefile index c95a5f19de83..4bf6d05927e7 100644 --- a/security/pam_smb/Makefile +++ b/security/pam_smb/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org USE_AUTOCONF_VER=213 USE_GMAKE= yes +USE_REINPLACE= yes STARTUP_SCRIPT= pam_smbd.sh.sample WRKSRC= ${WRKDIR}/${PORTNAME} @@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} .include <bsd.port.pre.mk> post-patch: - ${PERL} -pi -e s,%%PREFIX%%,${PREFIX}, ${WRKSRC}/pamsmbd/pam_read_conf.c + @${REINPLACE_CMD} -e s,%%PREFIX%%,${PREFIX}, ${WRKSRC}/pamsmbd/pam_read_conf.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pamsmbd/pamsmbd ${PREFIX}/sbin/ |