diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-17 11:10:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-17 11:10:07 +0000 |
commit | 642bdc71d49872d304885497ebe79c0a76a566a0 (patch) | |
tree | 5986bd22845b0fe98113d6f253af40e03ae33439 | |
parent | a72487653d7f56cd2cad9373c9612ce193da447f (diff) |
Notes
-rw-r--r-- | graphics/php4-chartdirector/Makefile | 2 | ||||
-rw-r--r-- | graphics/php5-chartdirector/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/php4-chartdirector/Makefile b/graphics/php4-chartdirector/Makefile index 180d19ccad32..8fa38b18f797 100644 --- a/graphics/php4-chartdirector/Makefile +++ b/graphics/php4-chartdirector/Makefile @@ -6,9 +6,9 @@ # CATEGORIES= graphics +PKGNAMEPREFIX= php4- MASTERDIR= ${.CURDIR}/../../graphics/php5-chartdirector -MASTERDIR= ${.CURDIR}/../php5-chartdirector IGNORE_WITH_PHP=5 DEFAULT_PHP_VER=4 diff --git a/graphics/php5-chartdirector/Makefile b/graphics/php5-chartdirector/Makefile index b5bb3bb6e63f..6fb87b90c187 100644 --- a/graphics/php5-chartdirector/Makefile +++ b/graphics/php5-chartdirector/Makefile @@ -7,9 +7,9 @@ PORTNAME= chartdirector PORTVERSION= 4.1 -CATEGORIES= graphics +CATEGORIES?= graphics MASTER_SITES= http://download2.advsofteng.com/ -PKGNAMEPREFIX= php${PHP_VER}- +PKGNAMEPREFIX?= php5- MAINTAINER= swhetzel@gmail.com COMMENT= ChartDirector Chart Component for PHP ${PHP_VER} |