aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-gnupg
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-14 08:18:16 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-14 08:18:16 +0000
commit64b3e4c1785fc11337edc61a087ed55d6f5ac0ea (patch)
treec0a9db18a4b7fc89574472a1bc8f8cc348337c02 /security/pecl-gnupg
parent864312b03df1a59f6732d0965ad4c62e5f1f1258 (diff)
downloadports-64b3e4c1785fc11337edc61a087ed55d6f5ac0ea.tar.gz
ports-64b3e4c1785fc11337edc61a087ed55d6f5ac0ea.zip
- Use USES=tar:tgz
Notes
Notes: svn path=/head/; revision=348166
Diffstat (limited to 'security/pecl-gnupg')
-rw-r--r--security/pecl-gnupg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile
index 992e6d585b59..e4dbc760e31d 100644
--- a/security/pecl-gnupg/Makefile
+++ b/security/pecl-gnupg/Makefile
@@ -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