aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-01-04 07:34:26 +0800
committermiwi <miwi@FreeBSD.org>2012-01-04 07:34:26 +0800
commitc0ca88fe24efc0911fd8b344736d5b40b911fbb8 (patch)
tree82f7c2cddf1330092a9fce00982518d4b23e0677 /devel
parentaf229f151f9208fed48fbd63f09785848354ed2e (diff)
downloadfreebsd-ports-gnome-c0ca88fe24efc0911fd8b344736d5b40b911fbb8.tar.gz
freebsd-ports-gnome-c0ca88fe24efc0911fd8b344736d5b40b911fbb8.tar.zst
freebsd-ports-gnome-c0ca88fe24efc0911fd8b344736d5b40b911fbb8.zip
- Respect CC
PR: 162594 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer
Diffstat (limited to 'devel')
-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}