diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-05 08:33:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-05 08:33:57 +0000 |
commit | f970dfe37e17c50b81f95932c5c881b96db944f4 (patch) | |
tree | 66cdef971b6d27bb3a3ab78a537c016547f7eada /www/sitecopy | |
parent | - fix rc.d script and bump PORTREVISION (diff) |
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 30723975cc59..400c03a272c5 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= olgeni@FreeBSD.org COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up with local copy -LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon +LIB_DEPENDS= neon.26:${PORTSDIR}/www/neon26 GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ |