diff options
author | glewis <glewis@FreeBSD.org> | 2004-07-13 05:22:54 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-07-13 05:22:54 +0800 |
commit | 924236b5ffaa09dfd6b36c8ca3e84229276c1377 (patch) | |
tree | 68d4c824ae6337b1e2686a58182cd8d480f4e271 /graphics/jpatch/Makefile | |
parent | e6aee4548e446bcc5ccaa7b04f57e40823f4a8f7 (diff) | |
download | freebsd-ports-gnome-924236b5ffaa09dfd6b36c8ca3e84229276c1377.tar.gz freebsd-ports-gnome-924236b5ffaa09dfd6b36c8ca3e84229276c1377.tar.zst freebsd-ports-gnome-924236b5ffaa09dfd6b36c8ca3e84229276c1377.zip |
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk supports it.
Diffstat (limited to 'graphics/jpatch/Makefile')
-rw-r--r-- | graphics/jpatch/Makefile | 2 |
1 files changed, 1 insertions, 1 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: |