diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php4-rrdtool/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 067ab19845d9..41345028f883 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -360,6 +360,7 @@ SUBDIR += php4-odbc SUBDIR += php4-oracle SUBDIR += php4-pgsql + SUBDIR += php4-rrdtool SUBDIR += php4-sybase_ct SUBDIR += php5-creole SUBDIR += php5-dba diff --git a/databases/php4-rrdtool/Makefile b/databases/php4-rrdtool/Makefile index e5a0274767ac..7d81db1068a1 100644 --- a/databases/php4-rrdtool/Makefile +++ b/databases/php4-rrdtool/Makefile @@ -7,7 +7,7 @@ PORTNAME= rrdtool PORTVERSION= 1.05 -CATEGORIES= net +CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_LOCAL} http://www.joeym.net/ MASTER_SITE_SUBDIR= mat PKGNAMEPREFIX= php4- |