summaryrefslogtreecommitdiff
path: root/security/mirrordir
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 /security/mirrordir
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 'security/mirrordir')
-rw-r--r--security/mirrordir/Makefile4
1 files changed, 2 insertions, 2 deletions
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"