diff options
Diffstat (limited to 'devel/clewn/Makefile')
-rw-r--r-- | devel/clewn/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/clewn/Makefile b/devel/clewn/Makefile index a6f42d2..a4f1094 100644 --- a/devel/clewn/Makefile +++ b/devel/clewn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: clewn -# Date created: 21 Oct 2008 -# Whom: Giacomo Mariani <giacomomariani_at_yahoo_dot_it> -# +# Created by: Giacomo Mariani <giacomomariani_at_yahoo_dot_it> # $FreeBSD$ -# PORTNAME= clewn PORTVERSION= 1.14 @@ -20,4 +16,5 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= vimdir=${PREFIX}/share/vim/vimfiles USE_GMAKE= yes +NO_STAGE= yes .include <bsd.port.mk> |