diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-11 15:22:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-11 15:22:31 +0000 |
commit | f386576cb106936f591a4cf519c3aacf47773c4b (patch) | |
tree | 3f34a802b1be28086ce57ff678ff150af65cb940 /print/ghostscript6 | |
parent | d6ff0dbe9de30513e77c8d4472f104a5bfdf4854 (diff) | |
download | pkgsrc-f386576cb106936f591a4cf519c3aacf47773c4b.tar.gz |
When installing a Perl script to bin/, depend on it. Bump revision.
Diffstat (limited to 'print/ghostscript6')
-rw-r--r-- | print/ghostscript6/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 871b1a815c3..c8945bfca74 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/12/27 18:09:29 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/08/11 15:22:31 joerg Exp $ DISTNAME= ghostscript-${GS_VERS} -PKGREVISION= 9 +PKGREVISION= 10 GS_VERS= 6.01 CATEGORIES= print MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \ @@ -176,6 +176,7 @@ FPU_TYPE?= 1 MAKE_FLAGS+= FPU_TYPE=${FPU_TYPE:Q} PLIST_SUBST+= GS_VERS=${GS_VERS}vflib +USE_TOOLS+= perl:run REPLACE_PERL= lib/fixmswrd.pl GSDATADIR= ${PREFIX}/share/ghostscript/${GS_VERS}vflib |