aboutsummaryrefslogtreecommitdiff
path: root/lang/xsb/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-01 17:50:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-01 17:50:56 +0000
commit13ba5647d6d238e70973e998a6101ca336b712eb (patch)
treec4ed7550cd03fee8e7dc7a9dcc5e9bebfa697858 /lang/xsb/Makefile
parentd255b61984bd89c4b1f8a7d971aa4e680c49570b (diff)
downloadports-13ba5647d6d238e70973e998a6101ca336b712eb.tar.gz
ports-13ba5647d6d238e70973e998a6101ca336b712eb.zip
Notes
Diffstat (limited to 'lang/xsb/Makefile')
-rw-r--r--lang/xsb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/xsb/Makefile b/lang/xsb/Makefile
index f494a083b4f7..70a1057f5856 100644
--- a/lang/xsb/Makefile
+++ b/lang/xsb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XSB
-PORTVERSION= 2.5
+PORTVERSION= 2.6
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
@@ -25,8 +25,9 @@ PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} \
do-build:
@ cd ${WRKSRC} ; \
- ./configure ; \
- ./makexsb
+ ./configure ; \
+ ./makexsb ; \
+ ./makexsb dynmodule
do-install:
@ ${CP} -r ${WRKDIR}/XSB ${PREFIX} ; \