diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-05-07 01:14:46 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-05-07 01:14:46 +0000 |
commit | fccfb5cf66bcd41f23036f04e80bcb4031ff4cbc (patch) | |
tree | 5c58477fdf6cca671f54330fe5f8d28028aff12e /security/pam_smb/Makefile | |
parent | Update to 0.14.0. (diff) |
Remove .bak file after reinplace.
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 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} |