diff options
Diffstat (limited to 'www/typo346/Makefile')
-rw-r--r-- | www/typo346/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/typo346/Makefile b/www/typo346/Makefile index 1bcd6cd3df14..625572e116dd 100644 --- a/www/typo346/Makefile +++ b/www/typo346/Makefile @@ -6,7 +6,7 @@ # PORTNAME= typo3 -PORTVERSION= 4.5.4 +PORTVERSION= 4.5.5 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -27,6 +27,8 @@ TYPO3PKG= ${PORTNAME}-${PORTVERSION} TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} TYPO3DUMMY= dummy-${PORTVERSION} +PLIST_SUB+= PORTVERSION="${PORTVERSION}" + DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX} OPTIONS= CURL "Configure with cURL support" off \ |