summaryrefslogtreecommitdiff
path: root/fonts/ghostscript-cmaps
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 /fonts/ghostscript-cmaps
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 'fonts/ghostscript-cmaps')
-rw-r--r--fonts/ghostscript-cmaps/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/ghostscript-cmaps/Makefile b/fonts/ghostscript-cmaps/Makefile
index 34ac754dd69..1b570cf8d49 100644
--- a/fonts/ghostscript-cmaps/Makefile
+++ b/fonts/ghostscript-cmaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/09/13 22:49:44 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2003/01/28 22:03:18 jlam Exp $
DISTNAME= ghostscript-cmaps-20020913
CATEGORIES= fonts
@@ -16,8 +16,9 @@ ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource
GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/Resource
EXTRACT_ONLY= # empty
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
+USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
INSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL
@@ -31,5 +32,4 @@ MAKE_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CMap
do-install: # nothing
.include "../../mk/ghostscript.mk"
-.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"