From 0888156f21e01be033066b564dc798018954d33c 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 . --- security/mirrordir/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/mirrordir') diff --git a/security/mirrordir/Makefile b/security/mirrordir/Makefile index 7a91ba85904..f952db943de 100644 --- a/security/mirrordir/Makefile +++ b/security/mirrordir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/12/19 14:44:07 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/28 22:04:05 jlam Exp $ # DISTNAME= mirrordir-0.10.49 @@ -9,6 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://mirrordir.sourceforge.net/ COMMENT= directory mirroring tool +USE_PKGINSTALL= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig @@ -17,5 +18,4 @@ EGDIR= ${PREFIX}/share/examples/mirrordir CONF_FILES= ${EGDIR}/secure-mcservusers ${PKG_SYSCONFDIR}/secure-mcservusers -.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3