aboutsummaryrefslogtreecommitdiff
path: root/devel/jsap
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:04:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:04:43 +0000
commit34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch)
treeed5885ce2dac897e773c37ed9c6f43b452790bae /devel/jsap
parent857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff)
downloadports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.tar.gz
ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Notes
Notes: svn path=/head/; revision=327723
Diffstat (limited to 'devel/jsap')
-rw-r--r--devel/jsap/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/jsap/Makefile b/devel/jsap/Makefile
index f1cf73010ae4..3937632b5312 100644
--- a/devel/jsap/Makefile
+++ b/devel/jsap/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: jsap
-# Date created: 2005-01-16
-# Whom: Herve Quiroz <hq@FreeBSD.org>
-#
+# Created by: Herve Quiroz <hq@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= jsap
DISTVERSION= 2.1
@@ -30,6 +26,7 @@ PORTDOCS= ch01.html ch01s02.html ch02.html ch03.html ch03s02.html \
.endif
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
+NO_STAGE= yes
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..."
@${INSTALL_DATA} ${WRKSRC}/lib/${DISTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar