diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-27 03:16:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-27 03:16:40 +0800 |
commit | c8d3b5e3921a95dfad40071a00c9df6b9974512d (patch) | |
tree | a5a33425f7cdc4c7054632353f4443ea2b56c376 /net-mgmt | |
parent | b83b818bd34836417031f549c41f2994be2d547a (diff) | |
download | freebsd-ports-gnome-c8d3b5e3921a95dfad40071a00c9df6b9974512d.tar.gz freebsd-ports-gnome-c8d3b5e3921a95dfad40071a00c9df6b9974512d.tar.zst freebsd-ports-gnome-c8d3b5e3921a95dfad40071a00c9df6b9974512d.zip |
- Move ports/www/phpip to ports/net-mgmt/phpip
PR: 109106 [1]
109159 [2]
Requested by: Michael <admin@oregonfast.net>
Repocopy by: marcus [2]
Approved by: maintainer (implicit)
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} |