diff options
Diffstat (limited to 'sysutils/freecolor/Makefile')
-rw-r--r-- | sysutils/freecolor/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/freecolor/Makefile b/sysutils/freecolor/Makefile index 8b875f9c6538..cd97ea2c9093 100644 --- a/sysutils/freecolor/Makefile +++ b/sysutils/freecolor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: freecolor -# Date created: 7 January 2004 -# Whom: Tim Bishop <tim@bishnet.net> -# +# Created by: Tim Bishop <tim@bishnet.net> # $FreeBSD$ -# PORTNAME= freecolor PORTVERSION= 0.8.8 @@ -24,6 +20,7 @@ BINGRP?= kmem BINMODE?= 2555 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} != "i386" |