summaryrefslogtreecommitdiffstats
path: root/lang/smalltalk/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-02-20 16:50:54 +0000
committervanilla <vanilla@FreeBSD.org>2001-02-20 16:50:54 +0000
commit89d978a42afb9eee969890fcc3054a077ca767f3 (patch)
treeab480d077974076467a84bf616edf364e7de4bcc /lang/smalltalk/Makefile
parentd727b647c33f60885090285b0f0eb1db152cef1c (diff)
downloadFreeBSD-ports-89d978a42afb9eee969890fcc3054a077ca767f3.zip
FreeBSD-ports-89d978a42afb9eee969890fcc3054a077ca767f3.tar.gz
Upgrade to 1.95.1,
I merge splited-info files to one file. PR: ports/25211 Submitted by: tkato@prontomail.ne.jp
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 a9653b7..86297f8 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>
OpenPOWER on IntegriCloud