diff options
author | steve <steve@FreeBSD.org> | 2000-05-28 03:32:38 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-28 03:32:38 +0000 |
commit | 1bd6f451cf81ec28ce31b6ccad4d4c027219cfcc (patch) | |
tree | f2813097b05c7f6e315d30382dd81c3c22996527 /java | |
parent | ccca24995d87f982a3b3475d02cc5cd089831cc1 (diff) | |
download | FreeBSD-ports-1bd6f451cf81ec28ce31b6ccad4d4c027219cfcc.zip FreeBSD-ports-1bd6f451cf81ec28ce31b6ccad4d4c027219cfcc.tar.gz |
Spell NO_WKRSUBDIR correctly and don't write files to the pkg directory.
Diffstat (limited to 'java')
-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 7f932a8..20ac9d2 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 7f932a8..20ac9d2 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> |