diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-16 21:29:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-16 21:29:26 +0800 |
commit | 9271eced23f17b3423cb6766bfb0c7c05496407d (patch) | |
tree | 33abeae9c7521d33b21271ae1d079730c151f1d3 | |
parent | f1f501ccfa589ef6552ae57836ba24881f1d10e5 (diff) | |
download | freebsd-ports-gnome-9271eced23f17b3423cb6766bfb0c7c05496407d.tar.gz freebsd-ports-gnome-9271eced23f17b3423cb6766bfb0c7c05496407d.tar.zst freebsd-ports-gnome-9271eced23f17b3423cb6766bfb0c7c05496407d.zip |
- Fix install location
PR: 134547
Reported by: Linus Lejon Isaksson <gilinko@yahoo.se>, many other
-rw-r--r-- | security/pear-Auth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile index 1f9aa4f012cb..1540311b3b95 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/Makefile @@ -7,6 +7,7 @@ PORTNAME= Auth PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= security pear MAINTAINER= miwi@FreeBSD.org @@ -28,7 +29,6 @@ OPTIONS= PEAR_LOG "PEAR::Log support" off \ PEAR_SOAP "PEAR::SOAP support" off \ PEAR_NET_VPOPMAILD "PEAR::Net_Vpopmaild support" off -CATEGORY= Auth FILES= Auth.php Auth.php.bak Auth/Anonymous.php Auth/Auth.php \ Auth/Controller.php Container.php Container/Array.php \ Container/DB.php Container/DBLite.php Container/File.php \ |