diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-09 11:19:52 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-09 11:19:52 +0000 |
commit | 342bb086da78036bd9a86265559c6686653abb6d (patch) | |
tree | 42969c4c5e71d3a78b6ff4061678ba2ec71a99d0 /games/doom-wolfendoom | |
parent | 97f3c7b77643bc11665d46eed785facbb344b036 (diff) | |
download | ports-342bb086da78036bd9a86265559c6686653abb6d.tar.gz ports-342bb086da78036bd9a86265559c6686653abb6d.zip |
Notes
Diffstat (limited to 'games/doom-wolfendoom')
-rw-r--r-- | games/doom-wolfendoom/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/doom-wolfendoom/Makefile b/games/doom-wolfendoom/Makefile index cc64d338b1a6..5c4e15e094b9 100644 --- a/games/doom-wolfendoom/Makefile +++ b/games/doom-wolfendoom/Makefile @@ -9,6 +9,7 @@ PORTNAME= wolfendoom PORTVERSION= 1.0 CATEGORIES= games MASTER_SITES= http://www.ijs.si/~lesi/distfiles/doom/ +PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTNAME= ${PORTNAME} MAINTAINER= alejandro@varnet.biz @@ -18,6 +19,8 @@ USE_BZIP2= yes NO_BUILD= yes NO_WRKSUBDIR= yes +DATADIR= ${DMDIR}/${PORTNAME} + .include "${.CURDIR}/../doom-data/Makefile.include" .include <bsd.port.pre.mk> |