summaryrefslogtreecommitdiff
path: root/java/javavmwrapper/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-04-11 20:57:57 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-04-11 20:57:57 +0000
commitdf7dcddd09516efcddd075cf24a8e144951a575e (patch)
tree68005cfb53744276e71ed30cb71e17d5a98c83aa /java/javavmwrapper/Makefile
parent- Chase freetds shlib bump (diff)
. Separate standard variables from variables local to this Makefile.
Notes
Notes: svn path=/head/; revision=133085
Diffstat (limited to 'java/javavmwrapper/Makefile')
-rw-r--r--java/javavmwrapper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/javavmwrapper/Makefile b/java/javavmwrapper/Makefile
index 11494e9ceb96..f6e5ae7c8033 100644
--- a/java/javavmwrapper/Makefile
+++ b/java/javavmwrapper/Makefile
@@ -22,12 +22,13 @@ CONFLICTS= kaffe-1.* kaffe-devel-1.*
NO_BUILD= yes
NO_WRKSUBDIR= yes
+PKGINSTALL= ${WRKDIR}/pkg-install
+
SRC= ${.CURDIR}/src
SCRIPTS= classpath javavmwrapper
# This is normally defined by bsd.java.mk when USE_JAVA is defined, but
# we can't do that here since it would result in a circular dependency
JAVALIBDIR= ${LOCALBASE}/share/java/classes
-PKGINSTALL= ${WRKDIR}/pkg-install
do-fetch:
@${DO_NADA}