From 8ce62de75ceda5a46c9cb572fc94c8b4eedd610f Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 24 Jan 2010 01:52:19 +0000 Subject: - Fix build on current by removing unused utmp.h include - Add a master site - Pass maintainership to submitter PR: ports/143107 Submitted by: Rob Farmer --- misc/cwish/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'misc/cwish') diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile index ef119d5238c6..4db271fb3f91 100644 --- a/misc/cwish/Makefile +++ b/misc/cwish/Makefile @@ -8,11 +8,11 @@ PORTNAME= cwish PORTVERSION= 3.52 -PORTREVISION= 1 -CATEGORIES= misc -MASTER_SITES= # none +PORTREVISION= 2 +CATEGORIES= misc shells +MASTER_SITES= http://www.predatorlabs.net/dl/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rfarmer@predatorlabs.net COMMENT= Curses based user friendly windowing shell NO_WRKSUBDIR= yes @@ -20,6 +20,9 @@ ALL_TARGET= cwish MAN1= cwish.1 PLIST_FILES= bin/cwish +post-patch: + ${REINPLACE_CMD} -e 65d ${WRKSRC}/cwish.h + pre-configure: ${CP} ${WRKSRC}/Makefile.FreeBSD ${WRKSRC}/Makefile -- cgit