aboutsummaryrefslogtreecommitdiffstats
path: root/irc/iroffer-dinoex/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-05-20 19:17:27 +0800
committerdinoex <dinoex@FreeBSD.org>2009-05-20 19:17:27 +0800
commitd362ed6131ec96cc579c2b37a03442e0a4e3bc91 (patch)
tree2e4e8cdf14372ffa35baf48b8dc7109a5a98d577 /irc/iroffer-dinoex/Makefile
parentb4d5c9cafeb7878244ba2c4974ac89727c733f54 (diff)
downloadfreebsd-ports-gnome-d362ed6131ec96cc579c2b37a03442e0a4e3bc91.tar.gz
freebsd-ports-gnome-d362ed6131ec96cc579c2b37a03442e0a4e3bc91.tar.zst
freebsd-ports-gnome-d362ed6131ec96cc579c2b37a03442e0a4e3bc91.zip
- update to 3.14
Diffstat (limited to 'irc/iroffer-dinoex/Makefile')
-rw-r--r--irc/iroffer-dinoex/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile
index 4d3bbef5f350..bbd74afc8419 100644
--- a/irc/iroffer-dinoex/Makefile
+++ b/irc/iroffer-dinoex/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= iroffer
-PORTVERSION= 3.13
+PORTVERSION= 3.14
CATEGORIES= irc
MASTER_SITES= http://iroffer.dinoex.net/
PKGNAMESUFFIX= -dinoex${PKGNAMESUFFIX2}
@@ -46,6 +46,10 @@ CONFIGURE_ARGS+= -ruby
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
.endif
+do-patch:
+ ${REINPLACE_CMD} -e 's|int a;|int a=1;|' \
+ ${WRKSRC}/${CONFIGURE_SCRIPT}
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/iroffer ${PREFIX}/bin/
.if !defined(NOPORTDOCS)