aboutsummaryrefslogtreecommitdiff
path: root/games/deng/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-09 12:17:06 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-05-09 12:17:06 +0000
commit7620bfe71489bd943426beaba2191c241a0845b7 (patch)
tree96b9cca3a61e19be86e14a3d3f58817dc36c9300 /games/deng/Makefile
parentaf5296425d88d669f8022225651cfab2228859f2 (diff)
downloadports-7620bfe71489bd943426beaba2191c241a0845b7.tar.gz
ports-7620bfe71489bd943426beaba2191c241a0845b7.zip
Notes
Diffstat (limited to 'games/deng/Makefile')
-rw-r--r--games/deng/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/deng/Makefile b/games/deng/Makefile
index 54573b3ba5cf..ed8c64671022 100644
--- a/games/deng/Makefile
+++ b/games/deng/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= deng
-PORTVERSION= 1.8.6
-PORTREVISION= 2
+PORTVERSION= 1.9.0b3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/-beta/}
MAINTAINER= ip@doom.homeunix.org
COMMENT= An enhanced Doom, Heretic and Hexen source port
@@ -30,7 +30,8 @@ ONLY_FOR_ARCHS= i386
SUB_FILES= pkg-message
SUB_LIST= "PREFIX=${PREFIX}" "DOCSDIR=${DOCSDIR}"
-.include "${.CURDIR}/../doom-data/Makefile.include"
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/games/doom-data/Makefile.include"
.if exists(${LOCALBASE}/lib/libopenal.so.0) || defined(WITH_OPENAL)
WITH_OPENAL= yes
@@ -67,4 +68,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>