diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:02:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:02:06 +0000 |
commit | 5bfc9c6254732400a4ca078eff2dbc045e65ead7 (patch) | |
tree | d8a3a6bbd10800d25976b2cee85241a90fda39d2 /net/arp-scan | |
parent | - Stage support (diff) |
- Stage support
- Convert to USES
Notes
Notes:
svn path=/head/; revision=341949
Diffstat (limited to 'net/arp-scan')
-rw-r--r-- | net/arp-scan/Makefile | 4 | ||||
-rw-r--r-- | net/arp-scan/pkg-plist | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/arp-scan/Makefile b/net/arp-scan/Makefile index e33aa30bf350..2d8c80590cf8 100644 --- a/net/arp-scan/Makefile +++ b/net/arp-scan/Makefile @@ -12,8 +12,4 @@ COMMENT= ARP Scanning and Fingerprinting Tool GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN1= arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1 -MAN5= mac-vendor.5 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/arp-scan/pkg-plist b/net/arp-scan/pkg-plist index e059ab3fc2cb..8ce70ee6d4fe 100644 --- a/net/arp-scan/pkg-plist +++ b/net/arp-scan/pkg-plist @@ -5,4 +5,9 @@ bin/arp-fingerprint %%DATADIR%%/ieee-oui.txt %%DATADIR%%/ieee-iab.txt %%DATADIR%%/mac-vendor.txt +man/man1/arp-fingerprint.1.gz +man/man1/arp-scan.1.gz +man/man1/get-iab.1.gz +man/man1/get-oui.1.gz +man/man5/mac-vendor.5.gz @dirrm %%DATADIR%% |