diff options
author | bland <bland@FreeBSD.org> | 2003-11-06 10:16:21 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-11-06 10:16:21 +0800 |
commit | 0e935a176821fb6f8ee8f0c4734ef498ee64f81b (patch) | |
tree | c50ca23912595d5d49b5061b571bc85b5a09ad17 /games/monster-masher | |
parent | 41fc6ef53104c9f81b1bd271236d560f84298396 (diff) | |
download | freebsd-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/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> |