diff options
author | glewis <glewis@FreeBSD.org> | 2005-04-12 04:57:57 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-04-12 04:57:57 +0800 |
commit | 280fc70ec0adaee83a3563e7e11b31dfa6e840ce (patch) | |
tree | 3086d9b681fff0cb184fd634bbb37244265602cc /java | |
parent | 5123281c681657ea0f07a6eb601057b4f2caf24a (diff) | |
download | freebsd-ports-gnome-280fc70ec0adaee83a3563e7e11b31dfa6e840ce.tar.gz freebsd-ports-gnome-280fc70ec0adaee83a3563e7e11b31dfa6e840ce.tar.zst freebsd-ports-gnome-280fc70ec0adaee83a3563e7e11b31dfa6e840ce.zip |
. Separate standard variables from variables local to this Makefile.
Diffstat (limited to 'java')
-rw-r--r-- | java/javavmwrapper/Makefile | 3 |
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} |