diff options
-rw-r--r-- | emulators/truereality/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/truereality/Makefile b/emulators/truereality/Makefile index 15e42ab2ec27..f61ede8ec37e 100644 --- a/emulators/truereality/Makefile +++ b/emulators/truereality/Makefile @@ -25,9 +25,8 @@ DATE= 1999121400 .include <bsd.port.pre.mk> -post-patch: .if ${ARCH} == "alpha" - @(cd ${WRKSRC} && ${PATCH} < ${PATCHDIR}/extra-patch-alpha || ${ECHO}) +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-alpha .endif do-install: |