diff options
Diffstat (limited to 'sysutils/utcount/Makefile')
-rw-r--r-- | sysutils/utcount/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/utcount/Makefile b/sysutils/utcount/Makefile index 9962d5c5241a..37fa6cbb1250 100644 --- a/sysutils/utcount/Makefile +++ b/sysutils/utcount/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: utcount -# Date created: May 14 2003 -# Whom: Denis N. Peplin <info@volginfo.ru> -# +# Created by: Denis N. Peplin <info@volginfo.ru> # $FreeBSD$ -# PORTNAME= utcount PORTVERSION= 0.1 @@ -13,4 +9,5 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Users Traffic Count +NO_STAGE= yes .include <bsd.port.mk> |