pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/angband-x11 - Fixed pkglint warning:
details: https://anonhg.NetBSD.org/pkgsrc/rev/a77756d0a44e
branches: trunk
changeset: 502869:a77756d0a44e
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Nov 10 06:30:53 2005 +0000
description:
- Fixed pkglint warning:
WARN: Makefile:25: CONFIGURE_ARGS should be modified using "+=".
- Removed redundant --prefix=${PREFIX}.
diffstat:
games/angband-x11/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 078bd508a2d7 -r a77756d0a44e games/angband-x11/Makefile
--- a/games/angband-x11/Makefile Thu Nov 10 06:24:49 2005 +0000
+++ b/games/angband-x11/Makefile Thu Nov 10 06:30:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/06/01 18:02:49 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/11/10 06:30:53 rillig Exp $
#
DISTNAME= angband-3.0.3
@@ -21,8 +21,8 @@
SPOILERFILE= angband-spoilers.tar.gz
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-setgid=games --prefix=${PREFIX}
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-setgid=games
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 2.95.3
Home |
Main Index |
Thread Index |
Old Index