diff options
author | joerg <joerg> | 2007-08-11 15:22:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-11 15:22:31 +0000 |
commit | 1b3fc8b74e5cb468ec5a95f589f85032f33513eb (patch) | |
tree | 3f34a802b1be28086ce57ff678ff150af65cb940 /print | |
parent | 4f794d33e1c3ae6885a53ff4fd7490e9fe213ee3 (diff) | |
download | pkgsrc-1b3fc8b74e5cb468ec5a95f589f85032f33513eb.tar.gz |
When installing a Perl script to bin/, depend on it. Bump revision.
Diffstat (limited to 'print')
-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 |