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 | 2db8bf046a0291caa46dae83326b2b95980b8659 (patch) | |
tree | 4a9888d575f3f6b1230d50f48aad9a1f3a9ad3d0 | |
parent | 5eb7f9d34e302d64d5f80835a3d23989cee89f36 (diff) | |
download | pkgsrc-2db8bf046a0291caa46dae83326b2b95980b8659.tar.gz |
Revert last commit. There is a fundamental problem with the manual
page strip logic. This package is fine.
-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 |