diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 2f8b0d94926c384cccd7e111b51766b739f72c6c (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/typo3_47 | |
parent | 2781f422514e487b39fa9665a62698618c05a7ee (diff) | |
download | pkgsrc-2f8b0d94926c384cccd7e111b51766b739f72c6c.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/typo3_47')
-rw-r--r-- | www/typo3_47/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/typo3_47/Makefile b/www/typo3_47/Makefile index aca273e2db9..ad0b610af1d 100644 --- a/www/typo3_47/Makefile +++ b/www/typo3_47/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/18 14:35:05 taca Exp $ +# $NetBSD: Makefile,v 1.6 2012/10/28 06:31:07 asau Exp $ # DISTNAME= ${TYPO3NAME} @@ -16,8 +16,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json -PKG_DESTDIR_SUPPORT= user-destdir - VER= 4.7.5 NO_BUILD= yes USE_TOOLS+= pax |