diff options
Diffstat (limited to 'misc/cwish')
-rw-r--r-- | misc/cwish/Makefile | 11 |
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 |