summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-14 18:40:29 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-14 18:40:29 +0000
commit9ca4ec66595ccc867538cf2e849248c579396a2e (patch)
treedf28d7f45f847fbc0603018df219a32223aefad6 /java
parentAdd SOCKS support. (diff)
Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR: ports/18009 Submitted by: tkato@prontomail.ne.jp
Notes
Notes: svn path=/head/; revision=27539
Diffstat (limited to '')
-rw-r--r--java/cos/Makefile2
-rw-r--r--java/infobus/Makefile2
-rw-r--r--java/java-tutorial/Makefile3
-rw-r--r--java/jdk-tutorial/Makefile3
4 files changed, 4 insertions, 6 deletions
diff --git a/java/cos/Makefile b/java/cos/Makefile
index 17f4b8f1fb2d..14e53099dcb4 100644
--- a/java/cos/Makefile
+++ b/java/cos/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \
${PREFIX}/bin/servletrunner:${PORTSDIR}/java/jsdk
USE_ZIP= yes
-WRKSRC= ${WRKDIR}
+NO_WRKSUBDIR= yes
JDK_VERSION= 1.1.8
NO_BUILD= yes
RESTRICTED= "Special conditions apply for commercial use, see licence"
diff --git a/java/infobus/Makefile b/java/infobus/Makefile
index bb54591f9025..eabb93771335 100644
--- a/java/infobus/Makefile
+++ b/java/infobus/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \
USE_ZIP= YES
-WRKSRC= ${WRKDIR}
+NO_WRKSUBDIR= yes
JDK_VERSION= 1.1.8
NO_BUILD= yes
NO_CDROM= "See the license"
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile
index be69532ad868..7f932a81752d 100644
--- a/java/java-tutorial/Makefile
+++ b/java/java-tutorial/Makefile
@@ -13,11 +13,10 @@ DISTNAME= tutorial
MAINTAINER= martti.kuparinen@ericsson.com
-WRKSRC= ${WRKDIR}
+NO_WRKSUNDIR= yes
RESTRICTED= "This software is under license and export control."
NO_BUILD= yes
PLIST_SUB+= VERSION=${PORTVERSION}
-PKGMESSAGE= ${WRKDIR}/MESSAGE
.include <bsd.port.pre.mk>
diff --git a/java/jdk-tutorial/Makefile b/java/jdk-tutorial/Makefile
index be69532ad868..7f932a81752d 100644
--- a/java/jdk-tutorial/Makefile
+++ b/java/jdk-tutorial/Makefile
@@ -13,11 +13,10 @@ DISTNAME= tutorial
MAINTAINER= martti.kuparinen@ericsson.com
-WRKSRC= ${WRKDIR}
+NO_WRKSUNDIR= yes
RESTRICTED= "This software is under license and export control."
NO_BUILD= yes
PLIST_SUB+= VERSION=${PORTVERSION}
-PKGMESSAGE= ${WRKDIR}/MESSAGE
.include <bsd.port.pre.mk>