diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
commit | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (patch) | |
tree | 3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/icmpchat | |
parent | 0c710c7b4edb5ca79906be0115763864bc7c903f (diff) | |
download | ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.tar.gz ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.zip |
Notes
Diffstat (limited to 'net-im/icmpchat')
-rw-r--r-- | net-im/icmpchat/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-im/icmpchat/Makefile b/net-im/icmpchat/Makefile index 398d409baba3..80bf811dfbb7 100644 --- a/net-im/icmpchat/Makefile +++ b/net-im/icmpchat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ICMP-Chat -# Date created: 8 October 2002 -# Whom: Matthew West <mwest@uct.ac.za> -# +# Created by: Matthew West <mwest@uct.ac.za> # $FreeBSD$ -# PORTNAME= icmpchat PORTVERSION= 0.6 @@ -13,6 +9,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Simple console-based chat that uses ICMP protocol +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|-O2 -Wall -pedantic|${CFLAGS}|;\ s|= gcc|?= gcc|;s|default|all|' ${WRKSRC}/Makefile |