diff options
author | ale <ale@FreeBSD.org> | 2006-10-10 14:00:29 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-10-10 14:00:29 +0800 |
commit | 68360e08db2b8dbb25c1fdf7a8269259609bfd55 (patch) | |
tree | e90135e4bd1340bb62f64f15ebca2a661a1c0d32 | |
parent | 913fcec230b60a8309c9fd417e14c6a944502566 (diff) | |
download | freebsd-ports-gnome-68360e08db2b8dbb25c1fdf7a8269259609bfd55.tar.gz freebsd-ports-gnome-68360e08db2b8dbb25c1fdf7a8269259609bfd55.tar.zst freebsd-ports-gnome-68360e08db2b8dbb25c1fdf7a8269259609bfd55.zip |
Remove RESTRICTED, since we now have to ability to redistribute
binary packages (even if the distfiles must be fetched manually).
Add LICENSE file to pkg-plist.
Spotted by: sat
-rw-r--r-- | devel/ZendOptimizer/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/ZendOptimizer/Makefile b/devel/ZendOptimizer/Makefile index a662be3eeaad..f710ae0a297c 100644 --- a/devel/ZendOptimizer/Makefile +++ b/devel/ZendOptimizer/Makefile @@ -7,6 +7,7 @@ PORTNAME= ZendOptimizer DISTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}-${DISTVERSION}-freebsd${VER}-${ARCH} @@ -17,8 +18,6 @@ ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes USE_PHP= yes -RESTRICTED= "Redistribution of pre-compiled binaries is not permitted" - SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -40,9 +39,9 @@ VER= 6.0 .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG=/usr/bin/printf IGNORE= :\n\ -Because of licensing restrictions, you must fetch the source distribution\n\ -manually from the http://www.zend.com/free_download/optimizer URL.\n\ -Download the source file, ${DISTNAME}${EXTRACT_SUFX},\n\ +You have to fetch the binary distribution manually from the\n\ +http://www.zend.com/free_download/optimizer URL.\n\ +Download the file ${DISTNAME}${EXTRACT_SUFX},\n\ and place it in ${DISTDIR}.\n .endif .endif @@ -70,6 +69,8 @@ do-install: ${PREFIX}/lib/php/${PHP_EXT_DIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/EULA-ZendOptimizer ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README-ZendOptimizer ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/data/doc/* ${DOCSDIR} .endif |