From d7f69e47ce32be7271733bcdf48d28468f400ab9 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 28 Jan 2003 22:03:00 +0000 Subject: 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 . --- net/ipa/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/ipa/Makefile') 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" -- cgit v1.2.3