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 /graphics/tintfu | |
parent | cf25cf89165b7638378c1223ef231c5bbd16ded6 (diff) |
Notes
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: |