summaryrefslogtreecommitdiff
path: root/devel/rt-mysql
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 /devel/rt-mysql
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 'devel/rt-mysql')
-rw-r--r--devel/rt-mysql/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/rt-mysql/Makefile.common b/devel/rt-mysql/Makefile.common
index 71de9dd8aa3..9f699c569a1 100644
--- a/devel/rt-mysql/Makefile.common
+++ b/devel/rt-mysql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2002/09/19 21:40:45 atatat Exp $
+# $NetBSD: Makefile.common,v 1.2 2003/01/28 22:03:16 jlam Exp $
DISTNAME= rt-2-0-13
CATEGORIES= devel
@@ -24,6 +24,8 @@ RT_DB_PASS?= changemeplease
RT_WEB_USER?= nobody
RT_WEB_GROUP?= nobody
+USE_PKGINSTALL= yes
+
PKGDIR= ${.CURDIR}/../../devel/rt-mysql
DISTINFO_FILE= ${PKGDIR}/distinfo
FILESDIR= ${PKGDIR}/files
@@ -122,5 +124,4 @@ pre-build:
${ECHO} '#define DATABASE_LIBRARY_PATH "${RT_DB_PATH}"' >> config.h; \
${ECHO} '#define RT_GROUP "${RT_GROUP}"' >> config.h )
-.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"