diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 08:42:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 08:42:37 +0800 |
commit | 8f06b2e15f21fe5d44dfe69f44f25e43c6e50d44 (patch) | |
tree | a2795116e6b2780b93956590d8d0cbb1be032cd3 | |
parent | c7c8a2a5eed9e396abe44d64ce7493b2e8103361 (diff) | |
download | freebsd-ports-gnome-8f06b2e15f21fe5d44dfe69f44f25e43c6e50d44.tar.gz freebsd-ports-gnome-8f06b2e15f21fe5d44dfe69f44f25e43c6e50d44.tar.zst freebsd-ports-gnome-8f06b2e15f21fe5d44dfe69f44f25e43c6e50d44.zip |
- Convert to PEAR_AUTOINSTALL
-rw-r--r-- | www/pear-HTTP/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/pear-HTTP/Makefile b/www/pear-HTTP/Makefile index a69603998188..c4cfa7a6be07 100644 --- a/www/pear-HTTP/Makefile +++ b/www/pear-HTTP/Makefile @@ -9,13 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR miscellaneous HTTP utilities BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= HTTP.php - -TESTS= absoluteURI.inc negotiateCharset.phpt negotiateCharset2.phpt \ - negotiateLanguage.phpt negotiateMimeType.phpt test1a.phpt \ - test2a.phpt test3a.phpt test4a.phpt test5a.phpt test6a.phpt +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |