aboutsummaryrefslogtreecommitdiff
path: root/games/ldmud/Makefile
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2007-07-14 22:39:13 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2007-07-14 22:39:13 +0000
commit6a5453ddbb0a7dc0e98527c75f2903d7e1a6e4eb (patch)
treeaab0e80c4494cfcc05efbe3f5775c77f7f8e54c7 /games/ldmud/Makefile
parent375fccbd146c403b18158fd43d9f26fae56300d5 (diff)
downloadports-6a5453ddbb0a7dc0e98527c75f2903d7e1a6e4eb.tar.gz
ports-6a5453ddbb0a7dc0e98527c75f2903d7e1a6e4eb.zip
- Update to 3.3.714. This fixes build with gcc42.
Approved by: miwi (mentor)
Notes
Notes: svn path=/head/; revision=195627
Diffstat (limited to 'games/ldmud/Makefile')
-rw-r--r--games/ldmud/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile
index 8a4a1542a58e..46570f9c18ff 100644
--- a/games/ldmud/Makefile
+++ b/games/ldmud/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= ldmud
-PORTVERSION= 3.2.9
+PORTVERSION= 3.3.714
CATEGORIES= games net
MASTER_SITES= http://www.bearnip.com/ftp/mud/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= A modern version of the LPMud game driver
@@ -18,6 +17,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--libdir=${DATADIR} --bindir=${PREFIX}/sbin
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
ALL_TARGET= ldmud
+MAN1= ldmud.1
LOGDIR= ${DATADIR}
.if defined(MUDLIB) && ${MUDLIB} == lpmud
@@ -31,10 +31,6 @@ PLIST_SUB+= LPMUD="@comment " MUDLIB="@comment "
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700042
-BROKEN= Broken with gcc 4.2
-.endif
-
post-install:
# Install an RC script for ldmud
${CAT} ${FILESDIR}/ldmud.sh | ${SED} -e "s:%%PREFIX%%:${PREFIX}:" \