aboutsummaryrefslogtreecommitdiff
path: root/www/zend-framework/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-12-01 22:10:57 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-12-01 22:10:57 +0000
commite6e201ad7b90a4a978a8b6f93a736213e67e2c46 (patch)
tree48cff8d94504baff662bb1a98a6a6634c9bf72a5 /www/zend-framework/Makefile
parent3900d75277d1712d33045e3a45c36fd8af659274 (diff)
downloadports-e6e201ad7b90a4a978a8b6f93a736213e67e2c46.tar.gz
ports-e6e201ad7b90a4a978a8b6f93a736213e67e2c46.zip
Notes
Diffstat (limited to 'www/zend-framework/Makefile')
-rw-r--r--www/zend-framework/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/www/zend-framework/Makefile b/www/zend-framework/Makefile
index c4ed91b14cd3..8b6581511c50 100644
--- a/www/zend-framework/Makefile
+++ b/www/zend-framework/Makefile
@@ -6,10 +6,14 @@
#
PORTNAME= ZendFramework
-PORTVERSION= 1.9.5
+PORTVERSION= 1.9.6
CATEGORIES= www
MASTER_SITES= http://framework.zend.com/releases/${DISTNAME}/ \
GENTOO/distfiles
+.if !defined(NOPORTDOCS)
+DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
+ ${PORTNAME}-${PORTVERSION}-manual-en${EXTRACT_SUFX}
+.endif
MAINTAINER= glarkin@FreeBSD.org
COMMENT= A framework for developing PHP web applications
@@ -142,12 +146,9 @@ post-install:
.if !defined(NOPORTDOCS)
@${INSTALL} -d ${DOCSDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} "INSTALL.txt README.txt" ${DOCSDIR}
- @${INSTALL} -d ${DOCSDIR}/extras/api
- @cd ${WRKSRC}/extras/documentation/api/extras && \
- ${COPYTREE_SHARE} . ${DOCSDIR}/extras/api
- @${INSTALL} -d ${DOCSDIR}/extras/manual
- @cd ${WRKSRC}/extras/documentation/manual/extras/en && \
- ${COPYTREE_SHARE} . ${DOCSDIR}/extras/manual
+ @${INSTALL} -d ${DOCSDIR}/manual
+ @cd ${WRKSRC}/documentation/manual/core/en && \
+ ${COPYTREE_SHARE} . ${DOCSDIR}/manual
.endif
@${CAT} ${PKGMESSAGE}