mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Install tkmanclient.
This commit is contained in:
parent
3d95553f3c
commit
47a56a9173
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13548
@ -3,7 +3,7 @@
|
||||
# Date created: 27 Dec 1994
|
||||
# Whom: Thomas Gellekum <tg@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.32 1998/08/07 23:56:41 asami Exp $
|
||||
# $Id: Makefile,v 1.33 1998/09/25 10:05:12 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tkman-2.1b1
|
||||
@ -19,10 +19,15 @@ RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \
|
||||
|
||||
NO_CDROM= "License required"
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-patch:
|
||||
perl -pi -e "s;/usr/local/bin/wish;${PREFIX}/bin/wish8.0;" \
|
||||
${WRKSRC}/contrib/tkmanclient
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/tkman
|
||||
${INSTALL_DATA} ${WRKSRC}/tkman-help.html ${PREFIX}/share/doc/tkman
|
||||
.endif
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/contrib/tkmanclient ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/tkman
|
||||
bin/tkmanclient
|
||||
bin/retkman
|
||||
share/doc/tkman/tkman-help.html
|
||||
@dirrm share/doc/tkman
|
||||
|
Loading…
Reference in New Issue
Block a user