diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:32:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:32:38 +0000 |
commit | 082549a43ff62915cff2bb05feb8fe613e22f87a (patch) | |
tree | 16139698e81d0526dac07b6ecb0415b989e22a2f | |
parent | 922c1f036051a34f82519750eec116d2e8d77e5d (diff) | |
download | ports-082549a43ff62915cff2bb05feb8fe613e22f87a.tar.gz ports-082549a43ff62915cff2bb05feb8fe613e22f87a.zip |
Notes
-rw-r--r-- | java/java-tutorial/Makefile | 3 | ||||
-rw-r--r-- | java/jdk-tutorial/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index 7f932a81752d..20ac9d267ce5 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -13,10 +13,11 @@ DISTNAME= tutorial MAINTAINER= martti.kuparinen@ericsson.com -NO_WRKSUNDIR= yes +NO_WRKSUBDIR= 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 7f932a81752d..20ac9d267ce5 100644 --- a/java/jdk-tutorial/Makefile +++ b/java/jdk-tutorial/Makefile @@ -13,10 +13,11 @@ DISTNAME= tutorial MAINTAINER= martti.kuparinen@ericsson.com -NO_WRKSUNDIR= yes +NO_WRKSUBDIR= 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> |