aboutsummaryrefslogtreecommitdiffstats
path: root/security/pam_smb
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 05:35:39 +0800
committeredwin <edwin@FreeBSD.org>2002-11-04 05:35:39 +0800
commitdb5ecf2990a30c0b87c3166b7dc0acf3e6ee9687 (patch)
tree64e0155b3ac4d29cc5e1199304e3dd7686708317 /security/pam_smb
parente8be44d348326e3df04326a5701d32a743f75eb9 (diff)
downloadfreebsd-ports-gnome-db5ecf2990a30c0b87c3166b7dc0acf3e6ee9687.tar.gz
freebsd-ports-gnome-db5ecf2990a30c0b87c3166b7dc0acf3e6ee9687.tar.zst
freebsd-ports-gnome-db5ecf2990a30c0b87c3166b7dc0acf3e6ee9687.zip
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')
-rw-r--r--security/pam_smb/Makefile3
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/