aboutsummaryrefslogtreecommitdiff
path: root/net/bwping/Makefile
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2011-06-14 12:18:58 +0000
committerWesley Shields <wxs@FreeBSD.org>2011-06-14 12:18:58 +0000
commit684e39fa9a131221ae030baaac0c7a49ad5dfddb (patch)
treec9d46fde5fb347e2719ecb2f45be93c9b5923e26 /net/bwping/Makefile
parentc70c2dcaca8c4ca063e9cbaf612fd08e79a2288f (diff)
downloadports-684e39fa9a131221ae030baaac0c7a49ad5dfddb.tar.gz
ports-684e39fa9a131221ae030baaac0c7a49ad5dfddb.zip
- Update to 1.4
- Add LICENSE PR: ports/157849 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Approved by: Oleg Derevenetz <oleg.derevenetz@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=275552
Diffstat (limited to 'net/bwping/Makefile')
-rw-r--r--net/bwping/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile
index 0c9050980852..d035a2fabf2b 100644
--- a/net/bwping/Makefile
+++ b/net/bwping/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bwping
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= net
MASTER_SITES= SF
@@ -18,6 +18,9 @@ PLIST_FILES= sbin/bwping
GNU_CONFIGURE= yes
MAN8= bwping.8
+LICENSE= BSD
+LICENSE_FILE= ${WRKSRC}/COPYING
+
post-install:
@${STRIP_CMD} ${PREFIX}/sbin/bwping
@${CHMOD} 4555 ${PREFIX}/sbin/bwping