diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-08-11 11:31:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-08-11 11:31:48 +0000 |
commit | 130ff609909ac515ac71eec78da0f5991a4d290f (patch) | |
tree | c476c70fac68ef96a065f7763377490f5f79ba49 /databases | |
parent | 0872ead07d8326bf5bc85eda5ed49f002b1502bf (diff) |
Notes
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- |