pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/xdoom Merge INSTALLATION_DIRS lines.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f18a812efd4d
branches:  trunk
changeset: 572263:f18a812efd4d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 22 22:07:48 2010 +0000

description:
Merge INSTALLATION_DIRS lines.

diffstat:

 games/xdoom/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 83738ef7455e -r f18a812efd4d games/xdoom/Makefile
--- a/games/xdoom/Makefile      Mon Feb 22 22:04:37 2010 +0000
+++ b/games/xdoom/Makefile      Mon Feb 22 22:07:48 2010 +0000
@@ -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 @@
 
 NOT_FOR_PLATFORM=      ${LP64PLATFORMS}
 
-INSTALLATION_DIRS=     share/doom
-
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "Linux"
@@ -39,7 +37,7 @@
 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)



Home | Main Index | Thread Index | Old Index