summaryrefslogtreecommitdiff
path: root/sysutils/gentoo
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2003-01-28 22:03:00 +0000
committerjlam <jlam@pkgsrc.org>2003-01-28 22:03:00 +0000
commitd7f69e47ce32be7271733bcdf48d28468f400ab9 (patch)
treed3bbe0e3f34c0d0b96c3bf5abf2964293c181c7b /sysutils/gentoo
parent63fd8d49cc206089921ed7d972b87faff07efbe6 (diff)
downloadpkgsrc-d7f69e47ce32be7271733bcdf48d28468f400ab9.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 'sysutils/gentoo')
-rw-r--r--sysutils/gentoo/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile
index 5b98ce86255..f186006e77a 100644
--- a/sysutils/gentoo/Makefile
+++ b/sysutils/gentoo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/12/07 10:12:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2003/01/28 22:04:15 jlam Exp $
#
DISTNAME= gentoo-0.11.34
@@ -11,10 +11,11 @@ COMMENT= Two-pane filemanager using GTK+, 100% GUI configurable
BUILD_USES_MSGFMT= YES
-GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
-USE_X11= YES
+USE_X11= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -24,5 +25,5 @@ CONF_FILES+= ${EGDIR}/gentoogtkrc ${PKG_SYSCONFDIR}/gentoogtkrc
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
-.include "../../mk/bsd.pkg.install.mk"
+
.include "../../mk/bsd.pkg.mk"