diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 16:18:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 16:18:16 +0800 |
commit | c44dfe3ba8116e84e5d4b76682e2d2269f11e5ad (patch) | |
tree | c0a9db18a4b7fc89574472a1bc8f8cc348337c02 /security/pecl-gnupg | |
parent | 924ad4d87f1331a0021fcc518271017a0089ae5f (diff) | |
download | freebsd-ports-gnome-c44dfe3ba8116e84e5d4b76682e2d2269f11e5ad.tar.gz freebsd-ports-gnome-c44dfe3ba8116e84e5d4b76682e2d2269f11e5ad.tar.zst freebsd-ports-gnome-c44dfe3ba8116e84e5d4b76682e2d2269f11e5ad.zip |
- Use USES=tar:tgz
Diffstat (limited to 'security/pecl-gnupg')
-rw-r--r-- | security/pecl-gnupg/Makefile | 2 |
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 |