diff options
author | tron <tron@pkgsrc.org> | 2008-10-01 20:16:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-10-01 20:16:50 +0000 |
commit | c549bb8328c13b3c1e7dce5b70790ddf64c3ef1b (patch) | |
tree | 7eba9841cc2296588c050ecc2b954dbf4221537e /pkgtools/libkver/Makefile | |
parent | 024a6b04df125d3b2cbc505552f3a2fba44b591e (diff) | |
download | pkgsrc-c549bb8328c13b3c1e7dce5b70790ddf64c3ef1b.tar.gz |
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.
Diffstat (limited to 'pkgtools/libkver/Makefile')
-rw-r--r-- | pkgtools/libkver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |