aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-01-24 09:52:19 +0800
committerwen <wen@FreeBSD.org>2010-01-24 09:52:19 +0800
commit8ce62de75ceda5a46c9cb572fc94c8b4eedd610f (patch)
tree0e062a56464f0555beb003887bf89a0a65870d75 /misc
parent7144128567751b5d2c8f74f0275cacac7e6169e1 (diff)
downloadfreebsd-ports-gnome-8ce62de75ceda5a46c9cb572fc94c8b4eedd610f.tar.gz
freebsd-ports-gnome-8ce62de75ceda5a46c9cb572fc94c8b4eedd610f.tar.zst
freebsd-ports-gnome-8ce62de75ceda5a46c9cb572fc94c8b4eedd610f.zip
- 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 <rfarmer@predatorlabs.net>
Diffstat (limited to 'misc')
-rw-r--r--misc/cwish/Makefile11
1 files changed, 7 insertions, 4 deletions
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