diff options
author | miwi <miwi@FreeBSD.org> | 2006-10-07 03:12:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-10-07 03:12:07 +0800 |
commit | eef7048b4beb4be43ef514f05e52a76b2ea0f486 (patch) | |
tree | ccee2ba3b2e748479caa923cd397abe8f2dffe8e /www/zope213/Makefile | |
parent | 9c9da15136fa4b7c43edae00ce13ea0ed55f70e6 (diff) | |
download | freebsd-ports-gnome-eef7048b4beb4be43ef514f05e52a76b2ea0f486.tar.gz freebsd-ports-gnome-eef7048b4beb4be43ef514f05e52a76b2ea0f486.tar.zst freebsd-ports-gnome-eef7048b4beb4be43ef514f05e52a76b2ea0f486.zip |
- Update to 2.9.5
PR: ports/104007
Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer)
Diffstat (limited to 'www/zope213/Makefile')
-rw-r--r-- | www/zope213/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/zope213/Makefile b/www/zope213/Makefile index e3f73e920144..2c7534fb0820 100644 --- a/www/zope213/Makefile +++ b/www/zope213/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= zope -PORTVERSION= 2.9.4 +PORTNAME= zope29 +PORTVERSION= 2.9.5 CATEGORIES= www python zope MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/ DISTNAME= Zope-${PORTVERSION}-final @@ -17,7 +17,7 @@ MAINTAINER= yasi@yasi.to COMMENT= An object-based web application platform USE_PYTHON= yes -USE_RC_SUBR= ${PORTNAME}29.sh zeo29.sh +USE_RC_SUBR= ${PORTNAME}.sh zeo29.sh LATEST_LINK= zope29 # Note: the notes that follow reflect the decisions of prior maintainers @@ -80,7 +80,7 @@ post-install: ${CP} ${FILESDIR}/Products_00readme-freebsd.txt \ ${ZOPEBASEDIR}/Products/00readme-freebsd.txt - ${FIND} ${ZOPEBASEDIR} -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w + ${FIND} ${ZOPEBASEDIR} -type f -print0 | ${XARGS} -0 -- ${CHMOD} a-w+r @${CAT} ${PKGMESSAGE} @${ECHO_MSG} |