summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-11-08 22:31:49 +0000
committerrillig <rillig@pkgsrc.org>2005-11-08 22:31:49 +0000
commit0e755b508c0da02e4d41ff57eed4930b501a5fc2 (patch)
tree5090e7223fee9931d880850e86b02a4e4282a473
parent3a81dc1c4f61ee56c389bdbfa9574b0ecc2a3e1d (diff)
downloadpkgsrc-0e755b508c0da02e4d41ff57eed4930b501a5fc2.tar.gz
Fixed pkglint warning:
- .include "../../category/package" instead of "../package"
-rw-r--r--games/nethack-lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile
index 9c6442a23c6..8ea1bee0caa 100644
--- a/games/nethack-lib/Makefile
+++ b/games/nethack-lib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2005/08/20 19:16:21 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2005/11/08 22:31:49 rillig Exp $
#
-.include "../nethack-lib/Makefile.common"
+.include "../../games/nethack-lib/Makefile.common"
PKGNAME= nethack-lib-${NETHACK_VERSION}
PKGREVISION= 1