diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-10-04 15:15:55 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-10-04 15:15:55 +0800 |
commit | 9b1a431728850b145ad2a60dd279417d155f46f0 (patch) | |
tree | c4c8d820c8bdb31d15b9e58788ee273dd97bcb26 /www/zope213/Makefile | |
parent | 8be56b812874145698c7814421e94f3d23acb825 (diff) | |
download | freebsd-ports-gnome-9b1a431728850b145ad2a60dd279417d155f46f0.tar.gz freebsd-ports-gnome-9b1a431728850b145ad2a60dd279417d155f46f0.tar.zst freebsd-ports-gnome-9b1a431728850b145ad2a60dd279417d155f46f0.zip |
Add LATEST_LINK as zope is already used by www/zope.
Noticed by: kris
Approved by: maintainer
Diffstat (limited to 'www/zope213/Makefile')
-rw-r--r-- | www/zope213/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/zope213/Makefile b/www/zope213/Makefile index 360ed33ccc64..f7ac748a338b 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -7,7 +7,7 @@ PORTNAME= zope PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python zope MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-final @@ -20,6 +20,7 @@ COMMENT= An object-based web application platform USE_PYTHON= yes USE_RC_SUBR= ${PORTNAME}28.sh zeo28.sh USE_REINPLACE= yes +LATEST_LINK= zope28 # Note: the notes that follow reflect the decisions of prior maintainers # of this port. IOW, don't blame me if you don't like the way it's done. |