diff options
-rw-r--r-- | emulators/truereality/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/truereality/Makefile b/emulators/truereality/Makefile index bdfff239a3e3..8038bcb93e39 100644 --- a/emulators/truereality/Makefile +++ b/emulators/truereality/Makefile @@ -26,7 +26,8 @@ DATE= 1999121400 .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-alpha +post-patch: + @cd ${WRKSRC} ; ${PATCH} < ${PATCHDIR}/extra-patch-alpha .endif do-install: |