diff options
author | jgh <jgh@FreeBSD.org> | 2012-06-19 05:59:45 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-06-19 05:59:45 +0800 |
commit | baabdea4a3b6554370744402054f871117225b00 (patch) | |
tree | 43f0ba7c747a431b0cb71708423f8740160b35ec /net-mgmt/zenpack-macreport | |
parent | ea68d50294a9e60fa4768ade4a038ed6ec0fafb4 (diff) | |
download | freebsd-ports-graphics-baabdea4a3b6554370744402054f871117225b00.tar.gz freebsd-ports-graphics-baabdea4a3b6554370744402054f871117225b00.tar.zst freebsd-ports-graphics-baabdea4a3b6554370744402054f871117225b00.zip |
- remove pkg-plist in favor of PLIST_FILES and PLIST_DIRS
Diffstat (limited to 'net-mgmt/zenpack-macreport')
-rw-r--r-- | net-mgmt/zenpack-macreport/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-macreport/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/zenpack-macreport/Makefile b/net-mgmt/zenpack-macreport/Makefile index c3a20539319..fab09b1ec3f 100644 --- a/net-mgmt/zenpack-macreport/Makefile +++ b/net-mgmt/zenpack-macreport/Makefile @@ -14,6 +14,9 @@ DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} MAINTAINER= zenoss@experts-exchange.com COMMENT= Lists MAC address and the Device and Interface associated info +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + USE_ZIP= yes ZPACKGROUP= community WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} diff --git a/net-mgmt/zenpack-macreport/pkg-plist b/net-mgmt/zenpack-macreport/pkg-plist deleted file mode 100644 index 52307ea0055..00000000000 --- a/net-mgmt/zenpack-macreport/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack |