From 642bdc71d49872d304885497ebe79c0a76a566a0 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 17 Sep 2007 11:10:07 +0000 Subject: Fixed PHP_VER in PKGNAMEPREFIX to be fixed instead of depending on PHP version installed. Noticed by: erwin@ --- graphics/php4-chartdirector/Makefile | 2 +- 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} -- cgit v1.2.3