diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-04 03:20:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-04 03:20:56 +0000 |
commit | 263a6f885773ae97b2cb8de67aec788bf1b2fd49 (patch) | |
tree | 516ca4b0db09d3a35ac953538d85342bbd214e5e | |
parent | 7247b8444b4b73aa6377ff52829b6f93b9f1d91f (diff) | |
download | ports-263a6f885773ae97b2cb8de67aec788bf1b2fd49.tar.gz ports-263a6f885773ae97b2cb8de67aec788bf1b2fd49.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/vtiger4/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index a79f91d550ac..b23b7a225be7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1047,6 +1047,7 @@ SUBDIR += varnish SUBDIR += visitors SUBDIR += vtiger + SUBDIR += vtiger4 SUBDIR += w3 SUBDIR += w3-4 SUBDIR += w3c-httpd diff --git a/www/vtiger4/Makefile b/www/vtiger4/Makefile index d651413a8bcb..e37c154ec767 100644 --- a/www/vtiger4/Makefile +++ b/www/vtiger4/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: vtiger +# New ports collection makefile for: vtiger4 # Date created: Fri Mar 11 20:59:31 EST 2005 # Whom: Edwin Groothuis <edwin@mavetju.org> # # $FreeBSD$ # -PORTNAME= vtiger +PORTNAME= vtiger4 DISTVERSION= 4.2.4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |