aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vttest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/vttest/Makefile')
-rw-r--r--sysutils/vttest/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/vttest/Makefile b/sysutils/vttest/Makefile
index c530ecb774a8..d50f2c04bd56 100644
--- a/sysutils/vttest/Makefile
+++ b/sysutils/vttest/Makefile
@@ -2,21 +2,21 @@
# $FreeBSD$
PORTNAME= vttest
-PORTVERSION= 2012.05.06
+PORTVERSION= 2013.08.18
CATEGORIES= sysutils
MASTER_SITES= ftp://invisible-island.net/vttest/
DISTNAME= ${PORTNAME}-${PORTVERSION:S,.,,g}
EXTRACT_SUFX= .tgz
MAINTAINER= nivit@FreeBSD.org
-COMMENT= A program to test "VT100-compatibility" of terminals
+COMMENT= Program to test "VT100-compatibility" of terminals
+
+LICENSE= BSD
GNU_CONFIGURE= yes
MAKEFILE= makefile
-MAN1= vttest.1
-PLIST_FILES= bin/vttest
+PLIST_FILES= bin/vttest man/man1/vttest.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>