summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2000-10-16 01:37:50 +0000
committerwiz <wiz>2000-10-16 01:37:50 +0000
commit4297aa7a5180a0036e9f0ef5ce64faeb5abe64a3 (patch)
treec1961e7ba1c20c045a1e09aa040f39bcce9ea47f
parent6dc7f1c7b3cf51744d02e4b8d1969bcde24c0eb3 (diff)
downloadpkgsrc-4297aa7a5180a0036e9f0ef5ce64faeb5abe64a3.tar.gz
No need to use quotes here. Removing them makes it easier for pkglint.
-rw-r--r--games/nethack-lib/Makefile.common4
-rw-r--r--games/nethack-tty/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common
index 38e70493961..df1a6f091d8 100644
--- a/games/nethack-lib/Makefile.common
+++ b/games/nethack-lib/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2000/08/11 06:43:36 pooka Exp $
+# $NetBSD: Makefile.common,v 1.3 2000/10/16 01:37:50 wiz Exp $
#
NETHACK_VERSION= 3.3.1
@@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/nethack-${NETHACK_VERSION}
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
-MD5_FILE= "${.CURDIR}/../nethack-lib/files/md5"
+MD5_FILE= ${.CURDIR}/../nethack-lib/files/md5
.include "../../mk/bsd.prefs.mk"
diff --git a/games/nethack-tty/Makefile b/games/nethack-tty/Makefile
index fe89b52ab8e..16f36c8ea9f 100644
--- a/games/nethack-tty/Makefile
+++ b/games/nethack-tty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/08/25 01:54:17 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2000/10/16 01:37:51 wiz Exp $
#
.include "../nethack-lib/Makefile.common"
@@ -11,7 +11,7 @@ ALL_TARGET= nethack
INSTALL_TARGET= binfiles
MAKE_ENV+= GTYPE=-tty
-PATCHDIR= "${.CURDIR}/../nethack-lib/patches"
+PATCHDIR= ${.CURDIR}/../nethack-lib/patches
PATCH_SUM_FILE= ${.CURDIR}/../nethack-lib/files/patch-sum
.include "../../mk/bsd.pkg.mk"