diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 16:18:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 16:18:20 +0800 |
commit | 19f19f08ff09e61bdc8c5e44ca5a0f3c3364f3bf (patch) | |
tree | d785c788bb843dd782833551786707963daf30b9 /www | |
parent | c44dfe3ba8116e84e5d4b76682e2d2269f11e5ad (diff) | |
download | freebsd-ports-gnome-19f19f08ff09e61bdc8c5e44ca5a0f3c3364f3bf.tar.gz freebsd-ports-gnome-19f19f08ff09e61bdc8c5e44ca5a0f3c3364f3bf.tar.zst freebsd-ports-gnome-19f19f08ff09e61bdc8c5e44ca5a0f3c3364f3bf.zip |
- Use USES=tar:tgz
Diffstat (limited to 'www')
-rw-r--r-- | www/pecl-APC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile index 1126d454311f..c11883b9b592 100644 --- a/www/pecl-APC/Makefile +++ b/www/pecl-APC/Makefile @@ -9,7 +9,6 @@ CATEGORIES= www MASTER_SITES= LOCAL/sunpoet PKGNAMEPREFIX= pecl- DISTNAME= ${PORTNAME}-3.1.13 -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org @@ -31,6 +30,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_PHP= yes USE_PHPEXT= yes +USES= tar:tgz PORTDOCS= CHANGELOG INSTALL NOTICE apc.php |