aboutsummaryrefslogtreecommitdiff
path: root/devel/lemon
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-01-03 23:34:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-01-03 23:34:26 +0000
commit625dc5f2f7ae478690fcce16effe676b971f4f88 (patch)
tree4f0343c37927a51b2483b7803859c12f103c3c06 /devel/lemon
parentd75e6272c245e7e135ef76e0193d027c3260bb2b (diff)
downloadports-625dc5f2f7ae478690fcce16effe676b971f4f88.tar.gz
ports-625dc5f2f7ae478690fcce16effe676b971f4f88.zip
Notes
Diffstat (limited to 'devel/lemon')
-rw-r--r--devel/lemon/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/lemon/Makefile b/devel/lemon/Makefile
index 5a5a3a25638e..cc793576f5a9 100644
--- a/devel/lemon/Makefile
+++ b/devel/lemon/Makefile
@@ -15,16 +15,13 @@ MAINTAINER= vmagerya@gmail.com
COMMENT= An LALR(1) parser generator. Similar in function to yacc and bison
USE_BZIP2= yes
+MAKEFILE= /dev/null
+ALL_TARGET= ${PORTNAME}
post-patch:
${REINPLACE_CMD} -e 's| = pathsearch(.*| = "${DATADIR}/lempar.c";|' \
${WRKSRC}/lemon.c
-do-build:
- cd ${WRKSRC} && ${MAKE} PROG=lemon NOMAN=1 NO_MAN=1 \
- CFLAGS="-g ${CFLAGS}" \
- -f /usr/share/mk/bsd.prog.mk
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lemon ${PREFIX}/bin/
${MKDIR} ${DATADIR}