diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 03:48:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 03:48:32 +0800 |
commit | d504b9331c770aa06bf37defab28eb4df185c89c (patch) | |
tree | 9d4d6914bba66a98d022a49d46c9560210d37839 /java/jflex | |
parent | 61e7b735a19f968764f9573d605be916929cfab3 (diff) | |
download | freebsd-ports-graphics-d504b9331c770aa06bf37defab28eb4df185c89c.tar.gz freebsd-ports-graphics-d504b9331c770aa06bf37defab28eb4df185c89c.tar.zst freebsd-ports-graphics-d504b9331c770aa06bf37defab28eb4df185c89c.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: java)
Diffstat (limited to 'java/jflex')
-rw-r--r-- | java/jflex/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/java/jflex/Makefile b/java/jflex/Makefile index b4e3b302f00..41babf6da63 100644 --- a/java/jflex/Makefile +++ b/java/jflex/Makefile @@ -1,9 +1,5 @@ -# Ports collection Makefile for: JFlex -# Date created: 27 January 2004 -# Whom: Conor McDermottroe <ports@mcdermottroe.com> -# +# Created by: Conor McDermottroe <ports@mcdermottroe.com> # $FreeBSD$ -# PORTNAME= jflex PORTVERSION= 1.4.2 @@ -32,6 +28,7 @@ PORTDOCS= * SUB_FILES= jflex.sh +NO_STAGE= yes post-extract: ${MKDIR} ${WRKSRC}/tools ${CP} ${DISTDIR}/JFlex.jar ${WRKSRC}/tools/ |