diff options
author | lioux <lioux@FreeBSD.org> | 2000-10-09 22:47:52 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2000-10-09 22:47:52 +0800 |
commit | 5ae0c498acd4da289ede6ad95b3ab2f8c61783e1 (patch) | |
tree | 0867978005499a9c0561df95e00c62fb28d0b0e8 /emulators/truereality | |
parent | 8ba813af9a3abafe4bcbfc8398921e3816a80b35 (diff) | |
download | freebsd-ports-graphics-5ae0c498acd4da289ede6ad95b3ab2f8c61783e1.tar.gz freebsd-ports-graphics-5ae0c498acd4da289ede6ad95b3ab2f8c61783e1.tar.zst freebsd-ports-graphics-5ae0c498acd4da289ede6ad95b3ab2f8c61783e1.zip |
Rewritten to use EXTRA_PATCHES
Submitted by: asami
Diffstat (limited to 'emulators/truereality')
-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 15e42ab2ec2..f61ede8ec37 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: |