diff options
-rw-r--r-- | games/monster-masher/Makefile | 2 |
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> |