summaryrefslogtreecommitdiff
path: root/www/sitecopy
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-03-17 09:36:42 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-03-17 09:36:42 +0000
commit18cdb1247f2a5b96e6ca92a99ab6c8ce0ee1f1c5 (patch)
tree5bc078488d9355315fcc2c5b2f2238187deb52be /www/sitecopy
parentUpdate port to version 0.12.0. (diff)
Update dependency on libneon (0.12)
Remove dependency on expat, use the libneon provided xml parser. Fix CONFIGURE_ENV. Add WWW line to pkg-descr. Submitted by: vanilla
Notes
Notes: svn path=/head/; revision=39957
Diffstat (limited to 'www/sitecopy')
-rw-r--r--www/sitecopy/Makefile8
-rw-r--r--www/sitecopy/pkg-descr2
2 files changed, 5 insertions, 5 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile
index 9f131ee6b033..6c7467254815 100644
--- a/www/sitecopy/Makefile
+++ b/www/sitecopy/Makefile
@@ -7,20 +7,18 @@
PORTNAME= sitecopy
PORTVERSION= 0.10.15
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.lyra.org/sitecopy/
MAINTAINER= olgeni@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
- expat.1:${PORTSDIR}/textproc/expat \
- neon.11:${PORTSDIR}/www/neon
+ neon.12:${PORTSDIR}/www/neon
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \
- LIBS=-lintl
+CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
USE_GMAKE= yes
-ALL_TARGET= sitecopy
MAN1= sitecopy.1
diff --git a/www/sitecopy/pkg-descr b/www/sitecopy/pkg-descr
index cae55aafdcb7..ae148245e446 100644
--- a/www/sitecopy/pkg-descr
+++ b/www/sitecopy/pkg-descr
@@ -11,5 +11,7 @@ server - it simply keeps a record of what it THINKS is in on the remote
server, and works from that. WebDAV can be used to maintain remote sites
as well as FTP.
+WWW: http://www.lyra.org/sitecopy
+
- Nik
nik@FreeBSD.ORG