summaryrefslogtreecommitdiff
path: root/games/nethack-lib
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 15:10:41 +0000
committerwiz <wiz>2001-02-16 15:10:41 +0000
commit220325988af82dd6e1b8e09227eec26115852697 (patch)
tree32753f525564172a32d1355a9d866b18ec723128 /games/nethack-lib
parentd7d375166804180b99de6a2eb77d406136e65d5c (diff)
downloadpkgsrc-220325988af82dd6e1b8e09227eec26115852697.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r--games/nethack-lib/Makefile4
-rw-r--r--games/nethack-lib/pkg/COMMENT1
2 files changed, 3 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile
index 6310e8af8ef..3dcb7b6d6ce 100644
--- a/games/nethack-lib/Makefile
+++ b/games/nethack-lib/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.9 2000/08/10 17:50:04 pooka Exp $
+# $NetBSD: Makefile,v 1.10 2001/02/16 15:10:54 wiz Exp $
#
.include "../nethack-lib/Makefile.common"
PKGNAME= nethack-lib-${NETHACK_VERSION}
+COMMENT= data files for Nethack
+
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./sys/unix/setup.sh
ALL_TARGET= datastuff
diff --git a/games/nethack-lib/pkg/COMMENT b/games/nethack-lib/pkg/COMMENT
deleted file mode 100644
index 1eeca048261..00000000000
--- a/games/nethack-lib/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-data files for Nethack