summaryrefslogtreecommitdiff
path: root/misc/cwish
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-11 13:50:59 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-11 13:50:59 +0000
commitb497cd441f03103c49373e61c4ec2224b5ef6163 (patch)
tree455441939c06027fac3e91ab65c04cdbfa17927c /misc/cwish
parentmisc category cleanup part 1 of 6: (diff)
misc category cleanup part 2 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC - SIZEify port - make portlint happy * chord2html, cwish, demoniac - kill pkg-plist PR: 61027 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Updated/reworked by: me
Notes
Notes: svn path=/head/; revision=100666
Diffstat (limited to 'misc/cwish')
-rw-r--r--misc/cwish/Makefile3
-rw-r--r--misc/cwish/pkg-plist2
2 files changed, 2 insertions, 3 deletions
diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile
index 78a2dedba089..cd62afb3b97c 100644
--- a/misc/cwish/Makefile
+++ b/misc/cwish/Makefile
@@ -17,12 +17,13 @@ COMMENT= Curses based user friendly windowing shell
NO_WRKSUBDIR= yes
ALL_TARGET= cwish
MAN1= cwish.1
+PLIST_FILES= bin/cwish
pre-configure:
${CP} ${WRKSRC}/Makefile.FreeBSD ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cwish ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cwish.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/cwish.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/misc/cwish/pkg-plist b/misc/cwish/pkg-plist
deleted file mode 100644
index d73bee80bf88..000000000000
--- a/misc/cwish/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $FreeBSD$
-bin/cwish