diff options
author | tron <tron@pkgsrc.org> | 2012-03-03 23:33:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-03-03 23:33:55 +0000 |
commit | c9aec990535fa81ea4d5961eba2f0671123f77a1 (patch) | |
tree | afc7228e9591b4bcc22f5c8eb48b1553d5a64376 /news/knews | |
parent | a1ae37f6efdcb6f9d047179b9193ad6e79d33db1 (diff) | |
download | pkgsrc-c9aec990535fa81ea4d5961eba2f0671123f77a1.tar.gz |
Make sure that we don't strip the ".cat" pages from the package list
under NetBSD 6.0 and newer because the package always install it.
Diffstat (limited to 'news/knews')
-rw-r--r-- | news/knews/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 9f3362bf9cc..720a47a0ebc 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2011/02/14 19:32:12 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2012/03/03 23:33:55 tron Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0 @@ -23,6 +23,10 @@ BUILD_DEFS+= KNEWS_DOMAIN_NAME KNEWS_DOMAIN_FILE PKG_OPTIONS_VAR= PKG_OPTIONS.knews PKG_SUPPORTED_OPTIONS= inet6 +.if (${OPSYS} == "NetBSD") +MANINSTALL= maninstall catinstall +.endif + .include "../../mk/bsd.options.mk" # Set KNEWS_DOMAIN_NAME to a string appended to the "From:" header or |