diff options
author | asami <asami@FreeBSD.org> | 2000-10-07 21:53:11 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-07 21:53:11 +0000 |
commit | b1b6038f2c1e4062243fe383eb81abfe2b3e6aaa (patch) | |
tree | 06d054172b1d88083b5087f92adaf3891a356f21 /emulators | |
parent | 4063f9d8aeb4be397bc37888a46cd7b6efa49219 (diff) | |
download | FreeBSD-ports-b1b6038f2c1e4062243fe383eb81abfe2b3e6aaa.zip FreeBSD-ports-b1b6038f2c1e4062243fe383eb81abfe2b3e6aaa.tar.gz |
Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.
(This should probably be rewritten to use EXTRA_PATCHES but I don't have
time to test it now.)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/truereality/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/truereality/Makefile b/emulators/truereality/Makefile index 8f0aa80..15e42ab 100644 --- a/emulators/truereality/Makefile +++ b/emulators/truereality/Makefile @@ -27,7 +27,7 @@ DATE= 1999121400 post-patch: .if ${ARCH} == "alpha" - @(cd ${WRKSRC} && ${PATCH} < ${FILESDIR}/patch-alpha || ${ECHO}) + @(cd ${WRKSRC} && ${PATCH} < ${PATCHDIR}/extra-patch-alpha || ${ECHO}) .endif do-install: |