diff options
Diffstat (limited to 'devel/flex-sdk2/Makefile')
-rw-r--r-- | devel/flex-sdk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/flex-sdk2/Makefile b/devel/flex-sdk2/Makefile index 1303cc629188..144fbcb6803b 100644 --- a/devel/flex-sdk2/Makefile +++ b/devel/flex-sdk2/Makefile @@ -1,4 +1,3 @@ -# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ PORTNAME= flex-sdk @@ -27,6 +26,7 @@ NO_BUILD= YES PLIST_SUB= PORTNAME=${PORTNAME} SUB_LIST= PORTNAME=${PORTNAME} +NO_STAGE= yes .include <bsd.port.pre.mk> .for i in ${DISTFILES} |