diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 03:48:32 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 03:48:32 +0800 |
commit | c2c2a2b86b90c79b4ef6926d232c484289cc9ca9 (patch) | |
tree | 9d4d6914bba66a98d022a49d46c9560210d37839 /java/junit | |
parent | 8ee9a3584fefeb3d690ec2549846d609e3607360 (diff) | |
download | freebsd-ports-gnome-c2c2a2b86b90c79b4ef6926d232c484289cc9ca9.tar.gz freebsd-ports-gnome-c2c2a2b86b90c79b4ef6926d232c484289cc9ca9.tar.zst freebsd-ports-gnome-c2c2a2b86b90c79b4ef6926d232c484289cc9ca9.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: java)
Diffstat (limited to 'java/junit')
-rw-r--r-- | java/junit/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/java/junit/Makefile b/java/junit/Makefile index 305e17b78b60..65dfd116e090 100644 --- a/java/junit/Makefile +++ b/java/junit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: JUnit -# Date created: Jun 15 1999 -# Whom: OKAZAKI Tetsurou -# +# Created by: OKAZAKI Tetsurou # $FreeBSD$ -# PORTNAME= junit PORTVERSION= 4.10 @@ -28,6 +24,7 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME} PLIST_FILES= %%JAVAJARDIR%%/junit.jar %%DATADIR%%/src.jar PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes do-install: ${INSTALL_DATA} ${INSTALL_WRKSRC}/junit-${PORTVERSION}.jar ${JAVAJARDIR}/junit.jar ${MKDIR} ${DATADIR} |