From a85f61301ca917896e844ebf4c5085fd2982fdfa Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 8 Nov 2005 22:31:49 +0000 Subject: Fixed pkglint warning: - .include "../../category/package" instead of "../package" --- games/nethack-lib/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3