diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:05:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-26 09:05:59 +0000 |
commit | b34b62504270f2292763071ad4b569292d128eab (patch) | |
tree | bd48bdb15c434819e5cee08284fec6bc335e2120 /security/pear-Text_Password | |
parent | 3e566dc59013cd5a8f50ca845c296fc562148fbb (diff) |
Convert to USES=pear
Notes
Notes:
svn path=/head/; revision=369311
Diffstat (limited to 'security/pear-Text_Password')
-rw-r--r-- | security/pear-Text_Password/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/pear-Text_Password/Makefile b/security/pear-Text_Password/Makefile index b65b4b63ba75..4c4d40c836da 100644 --- a/security/pear-Text_Password/Makefile +++ b/security/pear-Text_Password/Makefile @@ -9,9 +9,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR random password creator USE_PHP= yes -PEAR_AUTOINSTALL= yes +USES= pear WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |