- Use USES=tar:tgz
This commit is contained in:
parent
864312b03d
commit
64b3e4c178
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348166
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue