summaryrefslogtreecommitdiff
path: root/games/xdoom
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-02-22 22:07:48 +0000
committerwiz <wiz@pkgsrc.org>2010-02-22 22:07:48 +0000
commitebdb509eb76551b23155e48c6e4398eac70fccf7 (patch)
treec5f53c60efc172de9987bd99979632af44fed9b8 /games/xdoom
parent8d0b82843e4e58905a893dd09037161d2d4a3cab (diff)
downloadpkgsrc-ebdb509eb76551b23155e48c6e4398eac70fccf7.tar.gz
Merge INSTALLATION_DIRS lines.
Diffstat (limited to 'games/xdoom')
-rw-r--r--games/xdoom/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile
index c46ef8dfb25..0046ce91ecd 100644
--- a/games/xdoom/Makefile
+++ b/games/xdoom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2010/02/22 21:58:47 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2010/02/22 22:07:48 wiz Exp $
DISTNAME= linuxdoom-1.10
PKGNAME= xdoom-1.10
@@ -25,8 +25,6 @@ MAKE_ENV+= X11BASE=${X11BASE:Q} INSTALL_PREFIX=${PREFIX:Q}
NOT_FOR_PLATFORM= ${LP64PLATFORMS}
-INSTALLATION_DIRS= share/doom
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
@@ -39,7 +37,7 @@ CFLAGS+= -DLINUX
CFLAGS+= -D__BIG_ENDIAN__=1
.endif
-INSTALLATION_DIRS= bin
+INSTALLATION_DIRS= bin share/doom
post-extract:
(cd ${WRKDIR}; ${TAR} xzf linuxdoom-1.10.src.tgz)