summaryrefslogtreecommitdiff
path: root/games/monster-masher
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-11-06 02:16:21 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-11-06 02:16:21 +0000
commit6dec4967658a22001884d34b60ab8ab88cda1012 (patch)
treeae553e539bc581c4ffcff79df6944a28d96b3371 /games/monster-masher
parentAdd monster-masher 1.4, gnomemm puzzle game where you have to clean (diff)
I should use ${PATCHDIR} for extra patches not ${FILESDIR}
Notes
Notes: svn path=/head/; revision=93205
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>