summaryrefslogtreecommitdiff
path: root/net/ipa
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-28 22:03:00 +0000
committerjlam <jlam>2003-01-28 22:03:00 +0000
commit0888156f21e01be033066b564dc798018954d33c (patch)
treed3bbe0e3f34c0d0b96c3bf5abf2964293c181c7b /net/ipa
parent3782ed07f81d21f716d6f09001f4d66a5c4f8784 (diff)
downloadpkgsrc-0888156f21e01be033066b564dc798018954d33c.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/ipa')
-rw-r--r--net/ipa/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipa/Makefile b/net/ipa/Makefile
index d7f117ae4b4..3afd26b3a28 100644
--- a/net/ipa/Makefile
+++ b/net/ipa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/01/09 17:38:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2003/01/28 22:03:51 jlam Exp $
DISTNAME= ipa-1.3
CATEGORIES= net sysutils
@@ -18,7 +18,8 @@ NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
-USE_BUILDLINK2= # defined
+USE_BUILDLINK2= yes
+USE_PKGINSTALL= yes
ALL_TARGET= NetBSD
CFLAGS+= -DCFGFILE=\\\"${PKG_SYSCONFDIR}/ipa.conf\\\"
@@ -31,5 +32,4 @@ RCD_SCRIPTS= ipa
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ipa
-.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"