aboutsummaryrefslogtreecommitdiff
path: root/devel/openzz
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-06-13 11:50:08 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-06-13 11:50:08 +0000
commit5e6244f419997cedfd46f651259f0ae6a58fb0c8 (patch)
tree6bef590c887b7961b53ea4d384122228e90290f5 /devel/openzz
parent8356f829eb8bd42f93869e31be70d861ee22c41b (diff)
downloadports-5e6244f419997cedfd46f651259f0ae6a58fb0c8.tar.gz
ports-5e6244f419997cedfd46f651259f0ae6a58fb0c8.zip
Notes
Diffstat (limited to 'devel/openzz')
-rw-r--r--devel/openzz/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/openzz/Makefile b/devel/openzz/Makefile
index 0d9acc9c3fc3..3617518656d1 100644
--- a/devel/openzz/Makefile
+++ b/devel/openzz/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: openzz
-# Date created: May 13, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= openzz
PORTVERSION= 1.0.4.4
@@ -14,13 +9,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0.4-4
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
-COMMENT= An interpreted dynamic parser
+COMMENT= Interpreted dynamic parser
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+CFLAGS+= -Wno-return-type
post-patch:
@${REINPLACE_CMD} -e "s/cfree/free/g" ${WRKSRC}/src/list.c