summaryrefslogtreecommitdiff
path: root/net/samba20
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-28 22:03:00 +0000
committerjlam <jlam@pkgsrc.org>2003-01-28 22:03:00 +0000
commitd7f69e47ce32be7271733bcdf48d28468f400ab9 (patch)
treed3bbe0e3f34c0d0b96c3bf5abf2964293c181c7b /net/samba20
parent63fd8d49cc206089921ed7d972b87faff07efbe6 (diff)
downloadpkgsrc-d7f69e47ce32be7271733bcdf48d28468f400ab9.tar.gz
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
Diffstat (limited to 'net/samba20')
-rw-r--r--net/samba20/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/samba20/Makefile b/net/samba20/Makefile
index 9a3b05e9a2a..23f41de292f 100644
--- a/net/samba20/Makefile
+++ b/net/samba20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/09/19 09:04:18 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2003/01/28 22:03:56 jlam Exp $
DISTNAME= samba-2.0.10
WRKSRC= ${WRKDIR}/${DISTNAME}/source
@@ -11,9 +11,10 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.samba.org/
COMMENT= SMB/CIFS protocol server suite for UNIX
-BUILD_USES_MSGFMT= # defined
-GNU_CONFIGURE= # defined
-USE_BUILDLINK2= # defined
+BUILD_USES_MSGFMT= yes
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_PKGINSTALL= yes
.include "../../mk/bsd.prefs.mk"
@@ -91,5 +92,4 @@ post-install:
.include "../../devel/readline/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"