diff options
author | wxs <wxs@FreeBSD.org> | 2011-06-22 08:23:38 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-06-22 08:23:38 +0800 |
commit | 778591f7653201159bd894721e0bd7a2154341d9 (patch) | |
tree | 290e89d5ef691e354a6468f7693a3fea086dfbcd /dns/dnstop/Makefile | |
parent | 42e5088a8f9f0a1705c620c9f556085b0c1ca637 (diff) | |
download | freebsd-ports-gnome-778591f7653201159bd894721e0bd7a2154341d9.tar.gz freebsd-ports-gnome-778591f7653201159bd894721e0bd7a2154341d9.tar.zst freebsd-ports-gnome-778591f7653201159bd894721e0bd7a2154341d9.zip |
- Update to 20110502.
- Add LICENSE.
PR: ports/157675
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout
Diffstat (limited to 'dns/dnstop/Makefile')
-rw-r--r-- | dns/dnstop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/dnstop/Makefile b/dns/dnstop/Makefile index c5a1b14f7de5..578b803eff4c 100644 --- a/dns/dnstop/Makefile +++ b/dns/dnstop/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= dnstop -PORTVERSION= 20110107 +PORTVERSION= 20110502 CATEGORIES= dns ipv6 MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/ @@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN8= dnstop.8 PLIST_FILES= bin/dnstop +LICENSE_FILE= ${WRKSRC}/LICENSE + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8 |