diff options
author | jgh <jgh@FreeBSD.org> | 2013-03-20 14:28:43 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-03-20 14:28:43 +0800 |
commit | a7cc8795db34b01c4adb43dd52b923e87a24989e (patch) | |
tree | a0e0a49b6032d2e8832a99ae9ee7a5cfd5bcbcfb /net-mgmt/zenpack-macreport | |
parent | 2d9f53ed2d082115d93a77309cae82c80c73c92f (diff) | |
download | freebsd-ports-gnome-a7cc8795db34b01c4adb43dd52b923e87a24989e.tar.gz freebsd-ports-gnome-a7cc8795db34b01c4adb43dd52b923e87a24989e.tar.zst freebsd-ports-gnome-a7cc8795db34b01c4adb43dd52b923e87a24989e.zip |
- Add New USES macro to handle support for Zenoss ports and Zenpacks:
USES= zenoss
-trim historical headers
Convert net-mgmt/zenpack family to new framework
PR: 176723
Approved by: maintainer timeout ( 14 days )
Diffstat (limited to 'net-mgmt/zenpack-macreport')
-rw-r--r-- | net-mgmt/zenpack-macreport/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-mgmt/zenpack-macreport/Makefile b/net-mgmt/zenpack-macreport/Makefile index fab09b1ec3f1..58516da4d35d 100644 --- a/net-mgmt/zenpack-macreport/Makefile +++ b/net-mgmt/zenpack-macreport/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: MACReport -# Date created: 13 May 2011 -# Whom: Zenoss <zenoss@experts-exchange.com> -# +# Created by: Zenoss <zenoss@experts-exchange.com> # $FreeBSD$ -# PORTNAME= MACReport PORTVERSION= 1.0.1 @@ -16,6 +12,7 @@ COMMENT= Lists MAC address and the Device and Interface associated info PLIST_FILES= zenoss/ZenPack/${ZPACK} PLIST_DIRS= zenoss/ZenPack +USES= zenoss USE_ZIP= yes ZPACKGROUP= community @@ -24,6 +21,4 @@ TAG= b345f53 ZPACKPREFIX= ZenPacks.sodonnell. -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.zenoss.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |