pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/nethack-lib Fixed pkglint warning:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ae10e85e61d
branches:  trunk
changeset: 502791:9ae10e85e61d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 08 22:31:49 2005 +0000

description:
Fixed pkglint warning:

- .include "../../category/package" instead of "../package"

diffstat:

 games/nethack-lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r e7ba37db2c6d -r 9ae10e85e61d games/nethack-lib/Makefile
--- a/games/nethack-lib/Makefile        Tue Nov 08 22:29:15 2005 +0000
+++ b/games/nethack-lib/Makefile        Tue Nov 08 22:31:49 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index