From 0e935a176821fb6f8ee8f0c4734ef498ee64f81b Mon Sep 17 00:00:00 2001 From: bland Date: Thu, 6 Nov 2003 02:16:21 +0000 Subject: I should use ${PATCHDIR} for extra patches not ${FILESDIR} --- games/monster-masher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/monster-masher') 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 .if ${OSVERSION} < 500010 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-vector.hpp +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src-vector.hpp .endif .include -- cgit