diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-02-14 19:21:31 +0000 |
commit | d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862 (patch) | |
tree | 8ee58acab1b0a9fe8d1b1eb86093bf1a0d151f63 /net-mgmt | |
parent | 04917a1bbdfada95e54db7f4ee3094e95c94c515 (diff) | |
download | ports-d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862.tar.gz ports-d5ce1f73bc9d396f962ccc0f312c1f1e1ac50862.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/php5-snmp/Makefile | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index fb9ab1249db4..578d395535bc 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -252,7 +252,6 @@ SUBDIR += pandorafms_server SUBDIR += percona-monitoring-plugins SUBDIR += pftabled - SUBDIR += php5-snmp SUBDIR += php55-snmp SUBDIR += php56-snmp SUBDIR += phpip diff --git a/net-mgmt/php5-snmp/Makefile b/net-mgmt/php5-snmp/Makefile deleted file mode 100644 index 56b5c813f57d..000000000000 --- a/net-mgmt/php5-snmp/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Alex Dupre <ale@FreeBSD.org> -# $FreeBSD$ - -CATEGORIES= net-mgmt - -MASTERDIR= ${.CURDIR}/../../lang/php5 - -PKGNAMESUFFIX= -snmp - -.include "${MASTERDIR}/Makefile" |