aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pear-channel-phpunit
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-07-11 17:36:59 +0800
committermm <mm@FreeBSD.org>2011-07-11 17:36:59 +0800
commit6e81f4dabb5db53dfcef5d994cccc545044d91ce (patch)
treeddf30e79f938c8f25d2053f547c48224a024aab0 /devel/pear-channel-phpunit
parentcb8efb8b57f92c463819546c17b7d237ed5587bd (diff)
downloadfreebsd-ports-gnome-6e81f4dabb5db53dfcef5d994cccc545044d91ce.tar.gz
freebsd-ports-gnome-6e81f4dabb5db53dfcef5d994cccc545044d91ce.tar.zst
freebsd-ports-gnome-6e81f4dabb5db53dfcef5d994cccc545044d91ce.zip
Even more simplify pear channel code
Add sanity checks for PEAR_CHANNEL_HOST and PEAR_CHANNEL_REG
Diffstat (limited to 'devel/pear-channel-phpunit')
-rw-r--r--devel/pear-channel-phpunit/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/pear-channel-phpunit/Makefile b/devel/pear-channel-phpunit/Makefile
index 6091be27b556..4e612772e7c4 100644
--- a/devel/pear-channel-phpunit/Makefile
+++ b/devel/pear-channel-phpunit/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTNAME= pear-channel-phpunit
+PORTNAME= phpunit
PORTVERSION= 20110327
CATEGORIES= devel www pear
@@ -13,7 +13,6 @@ MAINTAINER= mm@FreeBSD.org
COMMENT= PEAR channel ${PEAR_CHANNEL_HOST}
PEAR_CHANNEL_HOST= pear.phpunit.de
-PEAR_CHANNEL_ALIAS= phpunit
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"