diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-10 17:40:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-10 17:40:24 +0000 |
commit | 9f0654f2fbaa93a4c6812cb6a51b24ef627c29c8 (patch) | |
tree | 975396378d932775c26243c2ec8354e9948414c1 | |
parent | 4ee95d27965005b4c132aaf2a8d9621631896362 (diff) | |
download | freebsd-ports-9f0654f2fbaa93a4c6812cb6a51b24ef627c29c8.zip |
- Add LICENSE
- Strip binary
-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> |