From c549bb8328c13b3c1e7dce5b70790ddf64c3ef1b Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 1 Oct 2008 20:16:50 +0000 Subject: Set "USE_BSD_MAKEFILE" to indicate that this package uses a BSD-style makefile. This should fix HTML manual page issue under NetBSD-current. Problem reported by Cesar Catrian Carreno on "pkgsrc-users" mailing list. --- pkgtools/libkver/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgtools') diff --git a/pkgtools/libkver/Makefile b/pkgtools/libkver/Makefile index b0ed8471516..d60caa3b018 100644 --- a/pkgtools/libkver/Makefile +++ b/pkgtools/libkver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/04/12 22:43:09 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2008/10/01 20:16:50 tron Exp $ DISTNAME= libkver-${VERSION} CATEGORIES= pkgtools @@ -18,6 +18,7 @@ CHECK_PERMS= no NO_PKGTOOLS_REQD_CHECK= yes NO_CHECKSUM= yes NO_MTREE= yes +USE_BSD_MAKEFILE= yes VERSION= 0.6 -- cgit v1.2.3