diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-07-12 21:22:54 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-07-12 21:22:54 +0000 |
commit | 8ea192d8975561b90e0a9ff7d7c79fc4b9801a68 (patch) | |
tree | 9d848c2e9ea44c48a465609ab61b3659cdb2b7a7 | |
parent | Add fbpanel, a lightweight, netwm compliant desktop panel. It includes (diff) |
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.
Notes
Notes:
svn path=/head/; revision=113510
-rw-r--r-- | graphics/jpatch/Makefile | 2 | ||||
-rw-r--r-- | graphics/tintfu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpatch/Makefile b/graphics/jpatch/Makefile index a8df05bdea27..9fddb68575b1 100644 --- a/graphics/jpatch/Makefile +++ b/graphics/jpatch/Makefile @@ -19,7 +19,7 @@ COMMENT= A spline based 3D modeling tool USE_JAVA= 1.4+ NO_BUILD= yes -PLIST_FILES= ${JAVAJARDIR:S,^${PREFIX}/,,}/jpatch.jar \ +PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ bin/jpatch post-patch: diff --git a/graphics/tintfu/Makefile b/graphics/tintfu/Makefile index b1556ad09588..e025711aac8f 100644 --- a/graphics/tintfu/Makefile +++ b/graphics/tintfu/Makefile @@ -24,7 +24,7 @@ EXTRACT_AFTER_ARGS= . NO_BUILD= yes USE_JAVA= 1.3+ -PLIST_FILES= ${JAVAJARDIR:S,^${PREFIX}/,,}/${DISTNAME}.jar \ +PLIST_FILES= %%JAVAJARDIR%%/${DISTNAME}.jar \ bin/tintfu post-patch: |