summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-05-07 01:14:46 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-05-07 01:14:46 +0000
commitfccfb5cf66bcd41f23036f04e80bcb4031ff4cbc (patch)
tree5c58477fdf6cca671f54330fe5f8d28028aff12e /security
parentUpdate to 0.14.0. (diff)
Remove .bak file after reinplace.
Notes
Notes: svn path=/head/; revision=80317
Diffstat (limited to 'security')
-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 ee89f5187fc5..85ca4eec1fe9 100644
--- a/security/pam_smb/Makefile
+++ b/security/pam_smb/Makefile
@@ -6,7 +6,7 @@
PORTNAME= pam_smb
PORTVERSION= 1.9.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.csn.ul.ie/~airlied/pam_smb/devel/
@@ -39,6 +39,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/pam_smb.conf.example2 ${PREFIX}/etc/
${INSTALL_SCRIPT} ${FILESDIR}/${STARTUP_SCRIPT} ${PREFIX}/etc/rc.d/
${REINPLACE_CMD} -e s,%%PREFIX%%,${PREFIX}, ${PREFIX}/etc/rc.d/${STARTUP_SCRIPT}
+ ${RM} ${PREFIX}/etc/rc.d/${STARTUP_SCRIPT}.bak
post-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}