diff options
Diffstat (limited to 'sysutils/vttest/Makefile')
-rw-r--r-- | sysutils/vttest/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/vttest/Makefile b/sysutils/vttest/Makefile index a4e2b126ba30..c530ecb774a8 100644 --- a/sysutils/vttest/Makefile +++ b/sysutils/vttest/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vttest -# Date created: 2005-07-21 -# Whom: Nicola Vitale <nivit@email.it> -# +# Created by: Nicola Vitale <nivit@email.it> # $FreeBSD$ -# PORTNAME= vttest PORTVERSION= 2012.05.06 @@ -22,4 +18,5 @@ MAKEFILE= makefile MAN1= vttest.1 PLIST_FILES= bin/vttest +NO_STAGE= yes .include <bsd.port.mk> |