diff options
author | beech <beech@FreeBSD.org> | 2011-05-25 06:54:42 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2011-05-25 06:54:42 +0800 |
commit | 37c8bbd1f04c2368b2047c18189a48827a680e72 (patch) | |
tree | d3532c5eb0ff75d5ae345b6b3ef602ce98e44eea /security | |
parent | c047dc0735c124286728c7e4cc1f2463e4ef1429 (diff) | |
download | freebsd-ports-gnome-37c8bbd1f04c2368b2047c18189a48827a680e72.tar.gz freebsd-ports-gnome-37c8bbd1f04c2368b2047c18189a48827a680e72.tar.zst freebsd-ports-gnome-37c8bbd1f04c2368b2047c18189a48827a680e72.zip |
-Fix install directory naming
-Add examples (where applicable)
-Bump portrevision
Approved by: itetcu (mentor)(implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/horde4-auth/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/horde4-auth/Makefile b/security/horde4-auth/Makefile index 119e13938d7f..fe754672c12a 100644 --- a/security/horde4-auth/Makefile +++ b/security/horde4-auth/Makefile @@ -9,6 +9,7 @@ PORTNAME= auth PORTVERSION= 1.0.3 DISTVERSIONPREFIX= DISTVERSIONSUFFIX= +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= http://pear.horde.org/get/ \ LOCAL/beech @@ -21,6 +22,8 @@ COMMENT= Common interface to backends for Horde authentication USE_HORDE= base USE_GETTEXT= yes +AUTHDIR= Auth +HORDIR= ${HORBAS}${AUTHDIR:S|^|/|:S|/horde||} EXTRACT_SUFX= .tgz |