aboutsummaryrefslogtreecommitdiff
path: root/games/doom-freedoom
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-12-09 11:19:52 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-12-09 11:19:52 +0000
commit342bb086da78036bd9a86265559c6686653abb6d (patch)
tree42969c4c5e71d3a78b6ff4061678ba2ec71a99d0 /games/doom-freedoom
parent97f3c7b77643bc11665d46eed785facbb344b036 (diff)
downloadports-342bb086da78036bd9a86265559c6686653abb6d.tar.gz
ports-342bb086da78036bd9a86265559c6686653abb6d.zip
- Changed doom-data/Makefile.include to be more similar to bsd.*.mk files,
also it doesn't override port's variables. - Change dependant ports PR: ports/90123 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=150716
Diffstat (limited to 'games/doom-freedoom')
-rw-r--r--games/doom-freedoom/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/doom-freedoom/Makefile b/games/doom-freedoom/Makefile
index 441d29703ef0..cf7db7cdd25a 100644
--- a/games/doom-freedoom/Makefile
+++ b/games/doom-freedoom/Makefile
@@ -10,6 +10,7 @@ PORTVERSION= 0.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+PKGNAMEPREFIX= ${DMPKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-iwad-${PORTVERSION}
MAINTAINER= alejandro@varnet.biz
@@ -18,6 +19,8 @@ COMMENT= Complete Doom-based game IWAD that is Free Software
USE_ZIP= yes
NO_BUILD= yes
+DATADIR= ${DMDIR}/${PORTNAME}
+
PLIST_FILES= %%DATADIR%%/doom2.wad
PLIST_DIRS= %%DATADIR%%
@@ -25,6 +28,6 @@ do-install:
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/doom2.wad ${DATADIR}
-.include "${.CURDIR}/../../games/doom-data/Makefile.include"
+.include "${.CURDIR}/../doom-data/Makefile.include"
.include <bsd.port.mk>