aboutsummaryrefslogtreecommitdiffstats
path: root/games/monster-masher
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2003-11-06 10:16:21 +0800
committerbland <bland@FreeBSD.org>2003-11-06 10:16:21 +0800
commit0e935a176821fb6f8ee8f0c4734ef498ee64f81b (patch)
treec50ca23912595d5d49b5061b571bc85b5a09ad17 /games/monster-masher
parent41fc6ef53104c9f81b1bd271236d560f84298396 (diff)
downloadfreebsd-ports-gnome-0e935a176821fb6f8ee8f0c4734ef498ee64f81b.tar.gz
freebsd-ports-gnome-0e935a176821fb6f8ee8f0c4734ef498ee64f81b.tar.zst
freebsd-ports-gnome-0e935a176821fb6f8ee8f0c4734ef498ee64f81b.zip
I should use ${PATCHDIR} for extra patches not ${FILESDIR}
Diffstat (limited to 'games/monster-masher')
-rw-r--r--games/monster-masher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/monster-masher/Makefile b/games/monster-masher/Makefile
index 3932326a83b5..2300a3d5bb23 100644
--- a/games/monster-masher/Makefile
+++ b/games/monster-masher/Makefile
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500010
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-vector.hpp
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-vector.hpp
.endif
.include <bsd.port.post.mk>