diff options
Diffstat (limited to 'converters/dosunix/Makefile')
-rw-r--r-- | converters/dosunix/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/converters/dosunix/Makefile b/converters/dosunix/Makefile index 722ed837d082..e1da82f8c360 100644 --- a/converters/dosunix/Makefile +++ b/converters/dosunix/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dosunix -# Date created: Nov 17, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= dosunix PORTVERSION= 1.0.14 @@ -16,4 +11,5 @@ COMMENT= Manipulation of text files in a mixed DOS/Windows and Unix environment GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.mk> |