summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-18 21:15:07 +0000
committerjlam <jlam>2002-09-18 21:15:07 +0000
commit522c9d02de8282ca6a47f882bd6872b72a7b12be (patch)
treee0bb35773ef4b40f455703fa2781a51565bf1981 /net/samba
parent851512642d2291a334c671fb1941e824a4d4c203 (diff)
downloadpkgsrc-522c9d02de8282ca6a47f882bd6872b72a7b12be.tar.gz
When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index ff7127755e7..5c721c2d3fd 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2002/08/25 21:50:10 jlam Exp $
+# $NetBSD: Makefile,v 1.88 2002/09/18 21:15:15 jlam Exp $
.include "Makefile.common"
@@ -53,8 +53,6 @@ RCD_SCRIPTS= samba nmbd smbd
OWN_DIRS= ${SAMBA_ETCDIR} ${SAMBA_LOCKDIR}
OWN_DIRS_PERMS= ${SAMBA_PRIVATE} ${ROOT_USER} ${ROOT_GROUP} 0500
-INSTALL_EXTRA_TMPL= ${PKGDIR}/INSTALL
-
# Remove irrelevant files for this package.
post-extract:
${FIND} ${WRKDIR}/${DISTNAME} -name ".cvsignore" -print | \