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-freedoom | |
parent | Update to the 20051208 snapshot of GCC 4.0.3. (diff) |
- 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/Makefile | 5 |
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> |