diff options
Diffstat (limited to 'misc/cwish/Makefile')
-rw-r--r-- | misc/cwish/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile index 5f3c465578da..3f4dc7289c59 100644 --- a/misc/cwish/Makefile +++ b/misc/cwish/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cwish -# Date created: Thur Sept 25, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= cwish PORTVERSION= 3.52 @@ -20,6 +15,7 @@ ALL_TARGET= cwish MAN1= cwish.1 PLIST_FILES= bin/cwish +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 65d ${WRKSRC}/cwish.h |