aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vttest/Makefile
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2013-12-05 02:42:11 +0000
committerNicola Vitale <nivit@FreeBSD.org>2013-12-05 02:42:11 +0000
commitf8342be9f2fb6b1b5e4559cb9eeaa6f578c116b7 (patch)
treeb659a230a8b9e8053cd6e9ac470ccde787a69587 /sysutils/vttest/Makefile
parent2a7ea8db0c73488156b201027046b417d6d03855 (diff)
downloadports-f8342be9f2fb6b1b5e4559cb9eeaa6f578c116b7.tar.gz
ports-f8342be9f2fb6b1b5e4559cb9eeaa6f578c116b7.zip
- Update to 2013.08.18 [1]
- Add license (BSD) - Remove leading article from COMMENT - Allow staging PR: ports/181580 [1] Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
Notes
Notes: svn path=/head/; revision=335652
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>