summaryrefslogtreecommitdiff
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/smalltalk/Makefile')
-rw-r--r--lang/smalltalk/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index a9653b78ea59..86297f8fdff2 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -6,19 +6,26 @@
#
PORTNAME= smalltalk
-PORTVERSION= 1.8.1
+PORTVERSION= 1.95.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= smalltalk
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
+ALL_TARGET= all optimize
MAN1= gst.1
-# Set all-target to test the stuff
-ALL_TARGET= optimize info check
+pre-patch:
+ @${PERL} -pi -e 's| install-data-local||g' ${WRKSRC}/kernel/Makefile.in
+
+pre-build:
+ ${RM} ${WRKSRC}/docs/gst.info*
+
+post-install:
+ @cd ${PREFIX}/share/gnu-smalltalk && ${PREFIX}/bin/gst -Vi dummyFile
.include <bsd.port.mk>