diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-15 18:40:26 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-15 18:40:26 +0000 |
commit | bdc798e7aadab2d80d54387bbfabdf70b3a37143 (patch) | |
tree | 3fc9342e413a063a1e3771be234c32d9c6dea14b /misc | |
parent | ed676cc80760e669d623e9907cfce2488f0496df (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pecl-timezonedb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pecl-timezonedb/Makefile b/misc/pecl-timezonedb/Makefile index b209fe00fd90..4920a521389a 100644 --- a/misc/pecl-timezonedb/Makefile +++ b/misc/pecl-timezonedb/Makefile @@ -6,7 +6,6 @@ DISTVERSION= 2013.9 CATEGORIES= misc MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org @@ -17,6 +16,7 @@ LICENSE= PHP30 CONFIGURE_ARGS= --enable-timezonedb USE_PHP= yes USE_PHPEXT= yes +USES= tar:tgz post-build: @${STRIP_CMD} ${WRKSRC}/modules/${PORTNAME}.so |