summaryrefslogtreecommitdiff
path: root/net/samba/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-12-29 06:21:30 +0000
committerjlam <jlam@pkgsrc.org>2005-12-29 06:21:30 +0000
commit67eaa64b538f1cc9ee2559e7b9b0001914e6dd58 (patch)
treecd74196fb4970fddf0114e46d23d0bc534a0a70a /net/samba/Makefile
parent48b36d105551f382acace5619771b16410f290ce (diff)
downloadpkgsrc-67eaa64b538f1cc9ee2559e7b9b0001914e6dd58.tar.gz
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r--net/samba/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 391cb414b1f..cd636fb3b5f 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2005/12/21 04:17:53 jlam Exp $
+# $NetBSD: Makefile,v 1.155 2005/12/29 06:22:02 jlam Exp $
.include "Makefile.mirrors"
@@ -94,7 +94,6 @@ FILES_SUBST+= PWD_MKDB=${PWD_MKDB:Q}
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
-USE_PKGINSTALL= yes
CONF_FILES= ${EGDIR}/smb.conf.default ${SAMBA_ETCDIR}/smb.conf
MAKE_DIRS= ${SAMBA_VARDIR} ${SAMBA_LOGDIR} ${SAMBA_PIDDIR}
OWN_DIRS= ${SAMBA_ETCDIR} ${SAMBA_LOCKDIR} ${SAMBA_STATEDIR}