diff options
author | tron <tron@pkgsrc.org> | 2012-03-04 07:45:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-03-04 07:45:02 +0000 |
commit | 86b943aabe15d340beebfed17c6804503fad11cb (patch) | |
tree | 4a9888d575f3f6b1230d50f48aad9a1f3a9ad3d0 /news | |
parent | ed84ca34c6e963e811d7f23544bb70f3a0d2c07f (diff) | |
download | pkgsrc-86b943aabe15d340beebfed17c6804503fad11cb.tar.gz |
Revert last commit. There is a fundamental problem with the manual
page strip logic. This package is fine.
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 720a47a0ebc..abdbefb0604 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2012/03/03 23:33:55 tron Exp $ +# $NetBSD: Makefile,v 1.60 2012/03/04 07:45:02 tron Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0 @@ -23,10 +23,6 @@ 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 |