diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/jiic | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) | |
download | freebsd-ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Diffstat (limited to 'devel/jiic')
-rw-r--r-- | devel/jiic/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/jiic/Makefile b/devel/jiic/Makefile index 269377f8fe02..7b3bf40a9739 100644 --- a/devel/jiic/Makefile +++ b/devel/jiic/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: jiic -# Date created: 28 Jun 2010 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jiic PORTVERSION= 20120110 @@ -28,6 +24,7 @@ ALL_TARGET= jar PLIST_FILES= %%JAVAJARDIR%%/iso9660.jar +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/build.xml ${WRKSRC} |