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/tintfu | |
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/tintfu')
-rw-r--r-- | graphics/tintfu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |