diff options
-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: |