summaryrefslogtreecommitdiff
path: root/games/nethack-lib
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-10-16 01:37:50 +0000
committerwiz <wiz@pkgsrc.org>2000-10-16 01:37:50 +0000
commit3bee18587b1537a653c38ef7a3d3e8c433eaff6e (patch)
treec1961e7ba1c20c045a1e09aa040f39bcce9ea47f /games/nethack-lib
parentd2e2398c329564d2d690c2bc57f5aaf6c54e16b9 (diff)
downloadpkgsrc-3bee18587b1537a653c38ef7a3d3e8c433eaff6e.tar.gz
No need to use quotes here. Removing them makes it easier for pkglint.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r--games/nethack-lib/Makefile.common4
1 files changed, 2 insertions, 2 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"