diff options
author | steve <steve@FreeBSD.org> | 2000-05-28 11:32:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-28 11:32:38 +0800 |
commit | 1bd6f451cf81ec28ce31b6ccad4d4c027219cfcc (patch) | |
tree | f2813097b05c7f6e315d30382dd81c3c22996527 /java/java-tutorial | |
parent | ccca24995d87f982a3b3475d02cc5cd089831cc1 (diff) | |
download | freebsd-ports-gnome-1bd6f451cf81ec28ce31b6ccad4d4c027219cfcc.tar.gz freebsd-ports-gnome-1bd6f451cf81ec28ce31b6ccad4d4c027219cfcc.tar.zst freebsd-ports-gnome-1bd6f451cf81ec28ce31b6ccad4d4c027219cfcc.zip |
Spell NO_WKRSUBDIR correctly and don't write files to the pkg directory.
Diffstat (limited to 'java/java-tutorial')
-rw-r--r-- | java/java-tutorial/Makefile | 3 |
1 files changed, 2 insertions, 1 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> |