aboutsummaryrefslogtreecommitdiff
path: root/devel/byaccj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/byaccj/Makefile')
-rw-r--r--devel/byaccj/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/byaccj/Makefile b/devel/byaccj/Makefile
index caabdf1b36f9..188420c0ee82 100644
--- a/devel/byaccj/Makefile
+++ b/devel/byaccj/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: byacc
-# Date created: 28 Jun 2002
-# Whom: David Xu
-#
+# Created by: David Xu
# $FreeBSD$
-#
PORTNAME= byaccj
PORTVERSION= 1.15
@@ -17,6 +13,7 @@ COMMENT= Java extension of BSD YACC-compatible parser generator
PLIST_FILES= bin/byaccj
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}/src
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#' ${WRKSRC}/defs.h ${WRKSRC}/*c