diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-17 09:36:42 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-17 09:36:42 +0000 |
commit | 18cdb1247f2a5b96e6ca92a99ab6c8ce0ee1f1c5 (patch) | |
tree | 5bc078488d9355315fcc2c5b2f2238187deb52be /www/sitecopy | |
parent | 4300838fd9d85f9c5e498bb6f0319d72c50ba02b (diff) | |
download | ports-18cdb1247f2a5b96e6ca92a99ab6c8ce0ee1f1c5.tar.gz ports-18cdb1247f2a5b96e6ca92a99ab6c8ce0ee1f1c5.zip |
Notes
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 8 | ||||
-rw-r--r-- | www/sitecopy/pkg-descr | 2 |
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 |