From 3f05a7dbff0b69245db7152dd52256e8253b0ffc Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 14 Jan 2014 19:35:48 +0000 Subject: Upstream fixed the .so lines in their manpages, remove workaround. From Hakan Engvall in PR 48519. Bump PKGREVISION. --- www/neon/Makefile | 11 ++--------- 1 file 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" -- cgit v1.2.3