pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/smalltalk Replace perl and sed interpreter in ins...
details: https://anonhg.NetBSD.org/pkgsrc/rev/62fb41617c48
branches: trunk
changeset: 546686:62fb41617c48
user: ahoka <ahoka%pkgsrc.org@localhost>
date: Sat Sep 06 17:54:15 2008 +0000
description:
Replace perl and sed interpreter in installed scripts.
diffstat:
lang/smalltalk/Makefile | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 3a1bf913dc8f -r 62fb41617c48 lang/smalltalk/Makefile
--- a/lang/smalltalk/Makefile Sat Sep 06 17:17:10 2008 +0000
+++ b/lang/smalltalk/Makefile Sat Sep 06 17:54:15 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2007/09/03 13:36:28 obache Exp $
+# $NetBSD: Makefile,v 1.43 2008/09/06 17:54:15 ahoka Exp $
DISTNAME= smalltalk-2.3.5
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=smalltalk/}
@@ -24,6 +25,14 @@
#CONFIGURE_ARGS+= --without-glib --without-gtk
#CONFIGURE_ENV+= CFLAGS="-O2 -fsigned-char"
+SUBST_CLASSES+= sed
+SUBST_STAGE.sed= pre-configure
+SUBST_MESSAGE.sed= Replacing sed interpreter.
+SUBST_FILES.sed= examples/*.sed
+SUBST_SED.sed= -e "s|/bin/sed|${SED}|"
+
+REPLACE_PERL+= vfs/mailfs vfs/deb
+
IGNORE_LIBTOOLIZE= lib/smalltalk/libc.la
INFO_FILES= YES
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index