diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-30 09:33:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-30 09:33:04 +0000 |
commit | 344d59f9f035853b6f9c3b2dfb1d1a9ea0394c83 (patch) | |
tree | 9b8a6332d59ee72c842b5baba28fe9abfb896a80 /editors | |
parent | d4d9f67b24589af72de7744bccc81904dd483581 (diff) | |
download | ports-344d59f9f035853b6f9c3b2dfb1d1a9ea0394c83.tar.gz ports-344d59f9f035853b6f9c3b2dfb1d1a9ea0394c83.zip |
Support NO_WRKSUBDIR properly
PR: ports/75631
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=125520
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jext/Makefile b/editors/jext/Makefile index cd139c1faaa5..7f7f4818dc4f 100644 --- a/editors/jext/Makefile +++ b/editors/jext/Makefile @@ -18,7 +18,7 @@ COMMENT= Powerful 100% pure Java text editor RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes USE_XLIB= yes USE_REINPLACE= yes NO_BUILD= yes |