diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-01-11 11:33:25 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-01-11 11:33:25 +0000 |
commit | 3507d4c85f9e16bd7b9d3e2e2d26ce1cb8497ca9 (patch) | |
tree | a652ecf547c662bcac29f5f641e63fa4e20b8ea7 /www/typo344/Makefile | |
parent | dc4970acb050743e269b3a7abed4c9498c571657 (diff) |
Notes
Diffstat (limited to 'www/typo344/Makefile')
-rw-r--r-- | www/typo344/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/www/typo344/Makefile b/www/typo344/Makefile index baf148cb0c03..96fb0ff52930 100644 --- a/www/typo344/Makefile +++ b/www/typo344/Makefile @@ -6,7 +6,7 @@ # PORTNAME= typo3 -PORTVERSION= 3.8.0 +PORTVERSION= 3.8.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -41,13 +41,7 @@ OPTIONS= GD "Configure with GDlib/freetype support" off \ ZLIB "Configure with zlib support" off \ IMAGICK "Configure with ImageMagick support" off -PORT_DBDIR?= /var/db/ports -LATEST_LINK= ${PORTNAME} -OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options - -.if exists(${OPTIONSFILE}) -.include "${OPTIONSFILE}" -.endif +.include <bsd.port.pre.mk> .if defined(WITH_GD) USE_PHP+= gd @@ -77,4 +71,4 @@ post-install: @${FIND} -d ${PREFIX}/${SITEDIR} -type d \ | ${SED} -ne 's,^${PREFIX}/${SITEDIR},@dirrm ${SITEDIR},p' >> ${TMPPLIST} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |