aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-08 01:20:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-08 01:20:30 +0000
commit318527339e44ff9f9357fa7b5142ee10ff6d0a09 (patch)
tree66bc7e8a4b90f057d70e03c1094911975cf22704
parentd76b8f95f6c764f67b59a65c1843857389cac884 (diff)
downloadports-318527339e44ff9f9357fa7b5142ee10ff6d0a09.tar.gz
ports-318527339e44ff9f9357fa7b5142ee10ff6d0a09.zip
Notes
-rw-r--r--www/typo3/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index ffdaa2a23309..61c7e17b32cd 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= typo3
PORTVERSION= 7.2.0
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
@@ -10,11 +11,16 @@ MAINTAINER= freebsd-ports@charlieroot.de
COMMENT= Typo3 content management system
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cpe
+USES= cpe shebangfix
+SHEBANG_FILES= typo3/sysext/core/Build/Scripts/xlfcheck.sh \
+ typo3/sysext/mediace/Resources/Contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
NO_BUILD= yes
+NO_ARCH= yes
USE_PHP= ctype fileinfo filter hash json mysqli openssl pcre session soap xml
WANT_PHP_WEB= yes
+WRKSRC= ${WRKDIR}/${TYPO3SRC}
TYPO3WWW= www
TYPO3SRC= ${PORTNAME}_src-${PORTVERSION}