diff options
author | wiz <wiz> | 2014-01-14 19:35:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-14 19:35:48 +0000 |
commit | 6bc832ad2e9019010ecd73816dfa6119e24fe408 (patch) | |
tree | b7d63f5e6baf935a2c819c77a5fce871717543f7 | |
parent | 62d3044bc7f42cf9eb323a551c3cd37ecdc6b8d4 (diff) | |
download | pkgsrc-6bc832ad2e9019010ecd73816dfa6119e24fe408.tar.gz |
Upstream fixed the .so lines in their manpages, remove workaround.
From Hakan Engvall in PR 48519.
Bump PKGREVISION.
-rw-r--r-- | www/neon/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index e11ef3107e3..156502dfedf 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2013/10/22 11:44:39 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2014/01/14 19:35:48 wiz Exp $ DISTNAME= neon-0.30.0 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ @@ -25,14 +26,6 @@ USE_TOOLS+= perl LDFLAGS.SunOS+= -lintl -post-build: - cd ${WRKSRC}/doc/man && \ - for i in ne_*3; do \ - if grep -q '^.so ' $$i >/dev/null; then \ - sed -e "s_.so _.so man3/_" $$i > $$i.new && mv $$i.new $$i; \ - fi; \ - done - .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" |