summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-06 20:53:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-06 20:53:33 +0000
commit586f52a39eef70c7901528dab9f09692f6489299 (patch)
treeffd5634a517bd01f94613c3dac59e55e410071b6
parent- Fix MASTER_SITES (diff)
- Update to version 2.730
PR: 59009 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=93252
-rw-r--r--lang/yabasic/Makefile10
-rw-r--r--lang/yabasic/distinfo2
-rw-r--r--lang/yabasic/pkg-plist4
3 files changed, 9 insertions, 7 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile
index 5fed49550f7c..21c407d33a40 100644
--- a/lang/yabasic/Makefile
+++ b/lang/yabasic/Makefile
@@ -6,21 +6,23 @@
#
PORTNAME= yabasic
-PORTVERSION= 2.722
+PORTVERSION= 2.730
CATEGORIES= lang
MASTER_SITES= http://www.yabasic.de/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Yet another Basic for Unix and Windows
-USE_REINPLACE= yes
-USE_BISON= yes
USE_XLIB= yes
+USE_BISON= yes
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
MAN1= yabasic.1
post-patch:
- @${REINPLACE_CMD} -e "s|-DUNIX|\@X_CFLAGS\@ -DUNIX|g" ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e "s|= -DUNIX|= @X_CFLAGS@ -DUNIX|g" ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g" ${WRKSRC}/bison.c
post-install:
diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo
index 629d4f808872..dcffcf7ec87e 100644
--- a/lang/yabasic/distinfo
+++ b/lang/yabasic/distinfo
@@ -1 +1 @@
-MD5 (yabasic-2.722.tar.gz) = 57544b9737ee2121c781dada3600487d
+MD5 (yabasic-2.730.tar.gz) = d12992bd7023813fb1e8b5091248fb4a
diff --git a/lang/yabasic/pkg-plist b/lang/yabasic/pkg-plist
index 8c4f6819efc2..8b607003b2cb 100644
--- a/lang/yabasic/pkg-plist
+++ b/lang/yabasic/pkg-plist
@@ -1,3 +1,3 @@
bin/yabasic
-%%PORTDOCS%%share/doc/yabasic/yabasic.htm
-%%PORTDOCS%%@dirrm share/doc/yabasic
+%%PORTDOCS%%%%DOCSDIR%%/yabasic.htm
+%%PORTDOCS%%@dirrm %%DOCSDIR%%