summaryrefslogtreecommitdiff
path: root/databases/gnome-mime-data/Makefile
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 /databases/gnome-mime-data/Makefile
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 'databases/gnome-mime-data/Makefile')
-rw-r--r--databases/gnome-mime-data/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/gnome-mime-data/Makefile b/databases/gnome-mime-data/Makefile
index 64a4b45b0bd..8ec0d16326c 100644
--- a/databases/gnome-mime-data/Makefile
+++ b/databases/gnome-mime-data/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/01/02 03:21:34 rh Exp $
+# $NetBSD: Makefile,v 1.7 2003/01/28 22:03:11 jlam Exp $
#
DISTNAME= gnome-mime-data-2.0.1
@@ -16,6 +16,7 @@ BUILD_USES_MSGFMT= YES
CONFLICTS= gnome-vfs<=1.0.3
USE_BUILDLINK2= YES
+USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
USE_PERL5= build
GNU_CONFIGURE= YES
@@ -27,5 +28,5 @@ CONF_FILES= ${EGDIR}/gnome-vfs-mime-magic ${PKG_SYSCONFDIR}/gnome-vfs-mime-magi
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
-.include "../../mk/bsd.pkg.install.mk"
+
.include "../../mk/bsd.pkg.mk"