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 /java/jdk-tutorial | |
parent | Mark this port as MANUAL_PACKAGE_BUILD. It installs and them removes some (diff) |
Spell NO_WKRSUBDIR correctly and don't write files to the pkg directory.
Notes
Notes:
svn path=/head/; revision=28801
Diffstat (limited to 'java/jdk-tutorial')
-rw-r--r-- | java/jdk-tutorial/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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> |