summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz>2010-02-22 22:07:48 +0000
committerwiz <wiz>2010-02-22 22:07:48 +0000
commit9811e7fa66c59c2d0ba9cfce0d95796ef54dd8f8 (patch)
treec5f53c60efc172de9987bd99979632af44fed9b8 /games
parent1f7a3ffd5f21665a9746ae80ef6963061077a552 (diff)
downloadpkgsrc-9811e7fa66c59c2d0ba9cfce0d95796ef54dd8f8.tar.gz
Merge INSTALLATION_DIRS lines.
Diffstat (limited to 'games')
-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)