- 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>
This commit is contained in:
parent
fbf709bde2
commit
b289f1ab50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248448
1 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue