aboutsummaryrefslogtreecommitdiff
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-16 06:42:03 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-16 06:42:03 +0000
commit6abe40aed8836daf31e85dea2c1f0b5c13d4f018 (patch)
tree9b3ee8e9523eaf720390811d0d73498ff806ce45 /lang/smalltalk/Makefile
parent13a6a176f6e7f27f045a3ff4252155344035cb52 (diff)
downloadports-6abe40aed8836daf31e85dea2c1f0b5c13d4f018.tar.gz
ports-6abe40aed8836daf31e85dea2c1f0b5c13d4f018.zip
Notes
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 80048eb41a3e..a9e07e994a02 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smalltalk
-PORTVERSION= 1.95.10
+PORTVERSION= 1.95.11
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -34,7 +34,7 @@ post-extract:
@${RM} -f ${WRKSRC}/doc/gst.info*
pre-patch:
- @find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \
+ @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${PERL} -pi -e \
's| -release \$$\(VERSION\)| -avoid-version|g'
@${PERL} -pi -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/libltdl/ltdl.c