diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-09 12:17:06 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-09 12:17:06 +0000 |
commit | 7620bfe71489bd943426beaba2191c241a0845b7 (patch) | |
tree | 96b9cca3a61e19be86e14a3d3f58817dc36c9300 /games/deng/Makefile | |
parent | af5296425d88d669f8022225651cfab2228859f2 (diff) | |
download | ports-7620bfe71489bd943426beaba2191c241a0845b7.tar.gz ports-7620bfe71489bd943426beaba2191c241a0845b7.zip |
Notes
Diffstat (limited to 'games/deng/Makefile')
-rw-r--r-- | games/deng/Makefile | 9 |
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> |