pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/ghostscript Fix REPLACE_PERL: remove non-existen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/815a4a455125
branches:  trunk
changeset: 609670:815a4a455125
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 08 11:06:33 2012 +0000

description:
Fix REPLACE_PERL: remove non-existent file, add other existing ones.

diffstat:

 print/ghostscript/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 2b2f41f64fa2 -r 815a4a455125 print/ghostscript/Makefile
--- a/print/ghostscript/Makefile        Mon Oct 08 10:32:13 2012 +0000
+++ b/print/ghostscript/Makefile        Mon Oct 08 11:06:33 2012 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index