diff options
Diffstat (limited to 'devel/bullet/Makefile')
-rw-r--r-- | devel/bullet/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile index b412bf5530a2..8d91cd385134 100644 --- a/devel/bullet/Makefile +++ b/devel/bullet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bullet -# Date created: 2008-01-09 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bullet PORTVERSION= 2.77 @@ -28,6 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= * +NO_STAGE= yes .include <bsd.port.pre.mk> .if (${ARCH} == "amd64") || (${ARCH} == "ia64") |