diff options
author | sat <sat@FreeBSD.org> | 2007-02-25 09:36:23 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-25 09:36:23 +0800 |
commit | f3a72a6bea1f68f8283e6865b1bbb9eccc303016 (patch) | |
tree | bcd315aae0b583e10f845bc768fc64193841edd1 /www/horde-base | |
parent | ff099629509671a40c0f31c8f48b6cbe51e6cf06 (diff) | |
download | freebsd-ports-gnome-f3a72a6bea1f68f8283e6865b1bbb9eccc303016.tar.gz freebsd-ports-gnome-f3a72a6bea1f68f8283e6865b1bbb9eccc303016.tar.zst freebsd-ports-gnome-f3a72a6bea1f68f8283e6865b1bbb9eccc303016.zip |
- Complete repomove of www/horde to www/horde-base
Repocopy by: marcus
PR: ports/109425, ports/109198
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index 13096b0ce88e..25d2b883fb0f 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -1,14 +1,16 @@ -# Ports collection makefile for: horde2 +# Ports collection makefile for: horde3 # Date created: Sun Oct 07, 2001 # Whom: Thierry Thomas (<thierry@thomas.as>) # # $FreeBSD$ # -PORTNAME= horde +PORTNAME= base PORTVERSION= 3.1.3 CATEGORIES= www MASTER_SITES= HORDE +PKGNAMEPREFIX= horde- +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= beech@alaskaparadise.com COMMENT= A common code-base used by Horde applications, written in PHP |