diff options
author | joerg <joerg> | 2006-12-27 18:09:29 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-27 18:09:29 +0000 |
commit | f728964413a016cd306e66fe9c5ca4bab91963a5 (patch) | |
tree | 0d4fa0353b8d90bad365503edc1b9bf091cd6df1 /print | |
parent | e9e21b520a8cecf8703de4ab9df4e4b6be0c782f (diff) | |
download | pkgsrc-f728964413a016cd306e66fe9c5ca4bab91963a5.tar.gz |
Use REQD_DIRS for share/ghostscript.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript6/Makefile | 6 |
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} |