aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-04-24 20:09:17 +0800
committervs <vs@FreeBSD.org>2006-04-24 20:09:17 +0800
commiteb02babb344c8a61b1c1be792297828e78a0e04e (patch)
tree1e998bacf7ed558ddbaaf283ad60429142158710 /lang
parenta7b53cff5f69f6526f8e4becc8a484f20e43c9a4 (diff)
downloadfreebsd-ports-gnome-eb02babb344c8a61b1c1be792297828e78a0e04e.tar.gz
freebsd-ports-gnome-eb02babb344c8a61b1c1be792297828e78a0e04e.tar.zst
freebsd-ports-gnome-eb02babb344c8a61b1c1be792297828e78a0e04e.zip
Fix libtool-handling. Bump PORTREVISION since the old version will produce
defunct programs. PR: ports/95588 Submitted by: Martin Kaeske Approved by: maintainer
Diffstat (limited to 'lang')
-rw-r--r--lang/dylan/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile
index a101c04a6809..0a8cca324ac3 100644
--- a/lang/dylan/Makefile
+++ b/lang/dylan/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dylan
PORTVERSION= 2.4.0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.gwydiondylan.org/downloads/src/tar/ \
http://www.gwydiondylan.org/downloads/binaries/FreeBSD/x86/ \
@@ -54,15 +55,10 @@ MAN1= d2c.1 dybug.1 make-dylan-app.1 melange.1 mindy.1 mindycomp.1 \
MAN5= platforms.descr.5
MAN7= dylan.7 gwydion.7
-USE_REINPLACE= yes
CONFIGURE_ARGS+=--without-gtk
post-extract:
${GUNZIP_CMD} -c ${DISTDIR}/d2c-${PORTVERSION}-FreeBSD.gz >${WRKDIR}/d2c
${CHMOD} ugo+x ${WRKDIR}/d2c
-pre-patch:
- ${REINPLACE_CMD} -e 's|libtool$$|${LIBTOOL_LIBEXECDIR}/libtool|' \
- ${WRKSRC}/d2c/compiler/platforms.descr
-
.include <bsd.port.mk>