diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
commit | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/hc/Makefile | |
parent | 70996a4d8227f211b193c1a4836088190d3ebaa8 (diff) |
Notes
Diffstat (limited to 'chinese/hc/Makefile')
-rw-r--r-- | chinese/hc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chinese/hc/Makefile b/chinese/hc/Makefile index f55c88683e46..62de735e8d2b 100644 --- a/chinese/hc/Makefile +++ b/chinese/hc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: hc -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= hc PORTVERSION= 3.0 @@ -20,6 +15,7 @@ EXTRACT_ONLY= hc-30.tar.gz ALL_TARGET= hc b2g g2b MAN1= hc.1 +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/hclib.c |