pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript6 Use REQD_DIRS for share/ghostscript.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/580faedf779d
branches:  trunk
changeset: 522857:580faedf779d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 27 18:09:29 2006 +0000

description:
Use REQD_DIRS for share/ghostscript.

diffstat:

 print/ghostscript6/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d24a4a84eeb5 -r 580faedf779d print/ghostscript6/Makefile
--- a/print/ghostscript6/Makefile       Wed Dec 27 18:08:17 2006 +0000
+++ b/print/ghostscript6/Makefile       Wed Dec 27 18:09:29 2006 +0000
@@ -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_TOOLS+=            gmake
 GNU_CONFIGURE=         yes
 
+REQD_DIRS+=            share/ghostscript
+
 GS_SRCS=               ${DISTNAME}${EXTRACT_SUFX}
 DISTFILES+=            ${GS_SRCS}
 EXTRACT_ONLY=          ${GS_SRCS}



Home | Main Index | Thread Index | Old Index