summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/icmpmonitor/Makefile6
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>