summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorahoka <ahoka>2008-09-06 17:54:15 +0000
committerahoka <ahoka>2008-09-06 17:54:15 +0000
commit75432d3bb2b2a6fd3620f7db12bb82cd9852ac68 (patch)
treea062c74e122889f3c2cc23eb72ad6c17d266ee7c /lang/smalltalk
parent824a8dbeebfbebe81ef2dc631a2222cdb7a853ac (diff)
downloadpkgsrc-75432d3bb2b2a6fd3620f7db12bb82cd9852ac68.tar.gz
Replace perl and sed interpreter in installed scripts.
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 03aae4f7a4b..b0cf1e8f0c7 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -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-emacs
#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