I should use ${PATCHDIR} for extra patches not ${FILESDIR}

This commit is contained in:
Alexander Nedotsukov 2003-11-06 02:16:21 +00:00
parent 0311c3ad33
commit 6dec496765
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93205

View file

@ -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>