summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-27 18:09:29 +0000
committerjoerg <joerg>2006-12-27 18:09:29 +0000
commitb882a9b3f237409fbefebcb93cf9f9b14863aaf2 (patch)
tree0d4fa0353b8d90bad365503edc1b9bf091cd6df1 /print
parent973ce6f926e4ffac9013611c6ad9e0890e38f23f (diff)
downloadpkgsrc-b882a9b3f237409fbefebcb93cf9f9b14863aaf2.tar.gz
Use REQD_DIRS for share/ghostscript.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript6/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile
index 3fd63eacb48..871b1a815c3 100644
--- a/print/ghostscript6/Makefile
+++ b/print/ghostscript6/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/12/27 17:39:14 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/27 18:09:29 joerg Exp $
DISTNAME= ghostscript-${GS_VERS}
-PKGREVISION= 8
+PKGREVISION= 9
GS_VERS= 6.01
CATEGORIES= print
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \
@@ -26,6 +26,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
+REQD_DIRS+= share/ghostscript
+
GS_SRCS= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= ${GS_SRCS}
EXTRACT_ONLY= ${GS_SRCS}