summaryrefslogtreecommitdiff
path: root/games/xscorch/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-02-05 08:30:24 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-02-05 08:30:24 +0000
commit3ed1d88f8282c88f749688763e112ace60d9ec4a (patch)
tree9185cf026625572c83ff390814d283094d8d50f7 /games/xscorch/Makefile
parentCatch up changed MASTER_SITE_SUBDIR. (diff)
Update to 0.1.14
Notes
Notes: svn path=/head/; revision=54227
Diffstat (limited to 'games/xscorch/Makefile')
-rw-r--r--games/xscorch/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile
index d13e273a5dff..95a3ab653b13 100644
--- a/games/xscorch/Makefile
+++ b/games/xscorch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xscorch
-PORTVERSION= 0.1.13a
+PORTVERSION= 0.1.14
CATEGORIES= games
MASTER_SITES= http://chaos2.org/xscorch/ \
http://mirror.dok.org/xscorch/
@@ -15,7 +15,6 @@ MAINTAINER= petef@FreeBSD.org
LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
-WRKSRC= ${WRKDIR}/xscorch-0.1.13
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
@@ -34,4 +33,9 @@ USE_GNOME= yes
CONFIGURE_ARGS+= --without-gnome
.endif
+post-patch:
+ @${PERL} -pi -e 's,MSG_NOSIGNAL,0,' \
+ ${WRKSRC}/snet/tcpnet/tn_internal.c \
+ ${WRKSRC}/snet/tcpnet/tn_read.c
+
.include <bsd.port.post.mk>