diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-08 11:06:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-08 11:06:33 +0000 |
commit | 6b18dae2cd79ba6cde6e491eed38e6fffacc782e (patch) | |
tree | 7e67b298ce18f4c57c3af888970aa3def43d552c /print/ghostscript | |
parent | d06e8653a525f9a5f24c0095d92dd608bcf721d8 (diff) | |
download | pkgsrc-6b18dae2cd79ba6cde6e491eed38e6fffacc782e.tar.gz |
Fix REPLACE_PERL: remove non-existent file, add other existing ones.
Diffstat (limited to 'print/ghostscript')
-rw-r--r-- | print/ghostscript/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 80705ea7bf0..2a773dca1ef 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2012/10/07 14:19:18 mef Exp $ +# $NetBSD: Makefile,v 1.90 2012/10/08 11:06:33 wiz Exp $ DISTNAME= ghostscript-${GS_VERSION} CATEGORIES= print @@ -30,7 +30,13 @@ BUILD_TARGET= so INSTALL_TARGET= soinstall CONFIGURE_ARGS+= -with-omni=no # otherwise pulls in libstdc++ -REPLACE_PERL+= lib/fixmswrd.pl +REPLACE_PERL+= toolbin/localcluster/clusterpush.pl +REPLACE_PERL+= toolbin/checkdeps.pl +REPLACE_PERL+= toolbin/pscet_status.pl +REPLACE_PERL+= toolbin/performance.pl +REPLACE_PERL+= toolbin/squeeze2html.pl +REPLACE_PERL+= toolbin/bugsByEngineer.pl +REPLACE_PERL+= toolbin/htmldiff.pl GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${PKGVERSION}/Resource # MESSAGE file substitution |