diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-26 19:16:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-26 19:16:40 +0000 |
commit | 12c779eb95ea9eda2310056ceacd673c22b007a7 (patch) | |
tree | e7edfd3d1d437a81a64f82d92339c3d3181f4cc8 /net-mgmt | |
parent | 1f33792bee3e471cfc6cd140b6b83514adac1b45 (diff) | |
download | ports-12c779eb95ea9eda2310056ceacd673c22b007a7.tar.gz ports-12c779eb95ea9eda2310056ceacd673c22b007a7.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/phpip/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 49ea245f7bcd..8d1a4a0bc4e6 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -168,6 +168,7 @@ SUBDIR += pftabled SUBDIR += php4-snmp SUBDIR += php5-snmp + SUBDIR += phpip SUBDIR += pixilate SUBDIR += pmacct SUBDIR += portmon diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile index de3ed1ce4f6c..048d470de563 100644 --- a/net-mgmt/phpip/Makefile +++ b/net-mgmt/phpip/Makefile @@ -7,7 +7,7 @@ PORTNAME= phpip PORTVERSION= ${SNAPSHOT} -CATEGORIES= www net-mgmt +CATEGORIES= net-mgmt www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpip DISTNAME= ${PORTNAME}-4.3.2-build-${SNAPSHOT} |