summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-14 19:35:48 +0000
committerwiz <wiz@pkgsrc.org>2014-01-14 19:35:48 +0000
commit3f05a7dbff0b69245db7152dd52256e8253b0ffc (patch)
treeb7d63f5e6baf935a2c819c77a5fce871717543f7 /www
parentcff29c207ee953e2c687816668ab6f643c03b5e5 (diff)
downloadpkgsrc-3f05a7dbff0b69245db7152dd52256e8253b0ffc.tar.gz
Upstream fixed the .so lines in their manpages, remove workaround.
From Hakan Engvall in PR 48519. Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r--www/neon/Makefile11
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"