aboutsummaryrefslogtreecommitdiff
path: root/devel/z80ex/Makefile
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-01-12 05:12:54 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-01-12 05:12:54 +0000
commit0bf7e09b4667ba62077201f592edf37f7d8b94ed (patch)
tree76830550fc7098f7c2bbfb0110d708252c549b5c /devel/z80ex/Makefile
parent3200537fc434c96fa3b682b3d8b331582a12059e (diff)
Notes
Diffstat (limited to 'devel/z80ex/Makefile')
-rw-r--r--devel/z80ex/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/z80ex/Makefile b/devel/z80ex/Makefile
index 5ea9a0bc7c1f..dd69577cba07 100644
--- a/devel/z80ex/Makefile
+++ b/devel/z80ex/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: z80ex
-# Date created: 22 December 2009
-# Whom: Hardy Schumacher <hardy.schumacher@gmx.de>
-#
+# Created by: Hardy Schumacher <hardy.schumacher@gmx.de>
# $FreeBSD$
-#
PORTNAME= z80ex
-PORTVERSION= 1.1.19
+PORTVERSION= 1.1.20
CATEGORIES= devel
MASTER_SITES= SF
@@ -16,4 +12,9 @@ COMMENT= ZiLOG Z80 CPU emulator library
USE_GMAKE= yes
USE_LDCONFIG= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's/$$(TOOLS_PREFIX)gcc/$${CC}/' \
+ -e 's/$$(TOOLS_PREFIX)ar/$${AR}/' \
+ -e 's/-O2//' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>