aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-10-19 13:33:47 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-10-19 13:33:47 +0000
commit96e30254d3e1fa6613f7d6f386f312cc63ab60d3 (patch)
tree418c04e32ad4129cad574c59bb998539a0358f0b /devel
parent3b30879b043c88d7f3c920c036564a3bb869962d (diff)
downloadports-96e30254d3e1fa6613f7d6f386f312cc63ab60d3.tar.gz
ports-96e30254d3e1fa6613f7d6f386f312cc63ab60d3.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/xa65/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/xa65/Makefile b/devel/xa65/Makefile
index 89e8b80ecdbf..34beeda05289 100644
--- a/devel/xa65/Makefile
+++ b/devel/xa65/Makefile
@@ -14,6 +14,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES
USES= gmake
+MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LDFLAGS="${LDFLAGS}"
+
MAN1= file65.1 ldo65.1 printcbm.1 reloc65.1 uncpk.1 xa.1
MLINKS= xa.1 xa65.1
@@ -28,10 +30,6 @@ PLIST_FILES= bin/xa65 \
bin/uncpk
NO_STAGE= yes
-post-patch-script:
-.for i in CC LDFLAGS CFLAGS
- @${REINPLACE_CMD} 's|${i} = |${i} ?= |g' ${WRKSRC}/Makefile
-.endfor
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xa ${PREFIX}/bin/xa65