summaryrefslogtreecommitdiff
path: root/math/drgeo/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2005-08-30 03:14:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2005-08-30 03:14:01 +0000
commite00a740fea9c0ae9798776b3ae06142f79334d4d (patch)
tree779458dc622656e36bae446158984890efcd464a /math/drgeo/Makefile
parentupgrade to 5.0.0 (diff)
upgrade to 1.1.0
PR: 85386 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=141395
Diffstat (limited to 'math/drgeo/Makefile')
-rw-r--r--math/drgeo/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile
index 786fb2ad90e7..7118e967714e 100644
--- a/math/drgeo/Makefile
+++ b/math/drgeo/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= drgeo
-PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTVERSION= 1.1.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ofset
@@ -19,9 +18,14 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libglade2
+USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \
+ ${WRKSRC}/plugin/drgeo/progs/tm_drgeo
+
.include <bsd.port.mk>