summaryrefslogtreecommitdiff
path: root/games/nethack-tty
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-tty
parentd2e2398c329564d2d690c2bc57f5aaf6c54e16b9 (diff)
downloadpkgsrc-3bee18587b1537a653c38ef7a3d3e8c433eaff6e.tar.gz
No need to use quotes here. Removing them makes it easier for pkglint.
Diffstat (limited to 'games/nethack-tty')
-rw-r--r--games/nethack-tty/Makefile4
1 files changed, 2 insertions, 2 deletions
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"