diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-11-25 17:59:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-11-25 17:59:58 +0000 |
commit | 4f5544a38b1a9cb3b0735ff410b51e7794dfeed4 (patch) | |
tree | e64ba81759aa9c8a89ab66491e9dd72cbf69ebcb /dns | |
parent | 117fca0bcb1296c59c55e670974c1d3263184c8d (diff) |
Stage support for non-IGNORED pear classes
Tested by: poudriere
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=334871
Diffstat (limited to 'dns')
-rw-r--r-- | dns/pear-File_DNS/Makefile | 1 | ||||
-rw-r--r-- | dns/pear-Net_DNS/Makefile | 1 | ||||
-rw-r--r-- | dns/pear-Net_DNS2/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dns/pear-File_DNS/Makefile b/dns/pear-File_DNS/Makefile index 2efae405656a..888283192a1f 100644 --- a/dns/pear-File_DNS/Makefile +++ b/dns/pear-File_DNS/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/dns/pear-Net_DNS/Makefile b/dns/pear-Net_DNS/Makefile index 6e5e75f9bd85..4f695da7a938 100644 --- a/dns/pear-Net_DNS/Makefile +++ b/dns/pear-Net_DNS/Makefile @@ -16,7 +16,6 @@ PORTSCOUT= skipv:1.00b2,1.00b1 USE_PHP= mhash PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> diff --git a/dns/pear-Net_DNS2/Makefile b/dns/pear-Net_DNS2/Makefile index 3d4fc43bfef3..935524bcb61d 100644 --- a/dns/pear-Net_DNS2/Makefile +++ b/dns/pear-Net_DNS2/Makefile @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |