aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-05-05 15:36:47 +0800
committeredwin <edwin@FreeBSD.org>2008-05-05 15:36:47 +0800
commitdb4518be9d6abd1482ed0672ed63d911b9316258 (patch)
tree93fcdcc972e22d33dc8d20e830dc1bb9915a3730 /www
parentc7ca518b81b6af6f2678de28458ca7ce067ee3d6 (diff)
downloadfreebsd-ports-gnome-db4518be9d6abd1482ed0672ed63d911b9316258.tar.gz
freebsd-ports-gnome-db4518be9d6abd1482ed0672ed63d911b9316258.tar.zst
freebsd-ports-gnome-db4518be9d6abd1482ed0672ed63d911b9316258.zip
welcome neon26
Diffstat (limited to 'www')
-rw-r--r--www/neon26/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/www/neon26/Makefile b/www/neon26/Makefile
index b09d10c555f2..6c3a56711a5f 100644
--- a/www/neon26/Makefile
+++ b/www/neon26/Makefile
@@ -5,18 +5,20 @@
# $FreeBSD$
#
-PORTNAME= neon
+PORTNAME= neon26
PORTVERSION= 0.26.4
-PORTREVISION= 0
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/ \
http://keyserver.kjsl.com/~jharris/distfiles/
+DISTNAME= neon-${PORTVERSION}
MAINTAINER= lev@FreeBSD.org
COMMENT= An HTTP and WebDAV client library for Unix systems
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
+CONFLICTS= neon28-[0-9]*
+
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
@@ -109,6 +111,10 @@ MLINKS= ne_add_request_header.3 ne_print_request_header.3 \
PLIST_SUB+= PORTVERSION=${PORTVERSION}
+.include <bsd.port.pre.mk>
+
+PORTDOCS:= ${PORTDOCS:S/26//}
+
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/man/*.3 ${MANPREFIX}/man/man3
@@ -117,4 +123,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/using-neon.txt ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>