diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 01:40:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 01:40:24 +0800 |
commit | f96925172f8d202d587979d67fbd860078f20e6c (patch) | |
tree | 975396378d932775c26243c2ec8354e9948414c1 /net-mgmt | |
parent | 39bfa413e23a0883bc1e215d08ce44da43208c56 (diff) | |
download | freebsd-ports-gnome-f96925172f8d202d587979d67fbd860078f20e6c.tar.gz freebsd-ports-gnome-f96925172f8d202d587979d67fbd860078f20e6c.tar.zst freebsd-ports-gnome-f96925172f8d202d587979d67fbd860078f20e6c.zip |
- Add LICENSE
- Strip binary
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icmpmonitor/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/icmpmonitor/Makefile b/net-mgmt/icmpmonitor/Makefile index 18fed7ee23c0..2dbff1721b62 100644 --- a/net-mgmt/icmpmonitor/Makefile +++ b/net-mgmt/icmpmonitor/Makefile @@ -9,8 +9,14 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Multiple host icmp monitoring tool +LICENSE= GPLv2 BSD4CLAUSE +LICENSE_COMB= multi + GNU_CONFIGURE= yes PLIST_FILES= man/man1/icmpmonitor.1.gz sbin/icmpmonitor +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/icmpmonitor + .include <bsd.port.mk> |