- Use USES=tar:tgz

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-14 08:18:16 +00:00
parent 864312b03d
commit 64b3e4c178
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348166

View file

@ -7,7 +7,6 @@ PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= sunpoet@FreeBSD.org
@ -22,6 +21,7 @@ CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme
LDFLAGS+= -L${LOCALBASE}/lib
USE_PHP= yes
USE_PHPEXT= yes
USES= tar:tgz
post-patch:
@${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4