diff options
Diffstat (limited to 'www/choqok')
-rw-r--r-- | www/choqok/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/choqok/Makefile b/www/choqok/Makefile index 4c3566ec1716..833dcee74d1b 100644 --- a/www/choqok/Makefile +++ b/www/choqok/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Choqok -# Date created: 15 Sep 2009 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= choqok PORTVERSION= 1.3 @@ -29,4 +25,5 @@ USE_BZIP2= yes USES= cmake gettext USE_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.mk> |