diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 09:53:16 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 09:53:16 +0800 |
commit | e20bd436d097e2478fd2114697c100320414a6c9 (patch) | |
tree | 4cb60eb39288023de36bbd04f4e1edfe80df1758 /archivers | |
parent | 05f6a4bbf296d1f22f4aafbf0a0d5f741b2f9954 (diff) | |
download | freebsd-ports-graphics-e20bd436d097e2478fd2114697c100320414a6c9.tar.gz freebsd-ports-graphics-e20bd436d097e2478fd2114697c100320414a6c9.tar.zst freebsd-ports-graphics-e20bd436d097e2478fd2114697c100320414a6c9.zip |
switch to USES=tar:tgz.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pecl-rar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/pecl-rar/Makefile b/archivers/pecl-rar/Makefile index 7f5ea86d74f..00868a97467 100644 --- a/archivers/pecl-rar/Makefile +++ b/archivers/pecl-rar/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 3.0.2 CATEGORIES= archivers pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org @@ -14,6 +13,7 @@ COMMENT= PECL extension to create and read RAR files LICENSE= PHP301 +USES= tar:tgz USE_PHP= spl USE_PHPEXT= yes USE_PHP_BUILD= yes |