aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1998-09-30 16:04:32 +0800
committertg <tg@FreeBSD.org>1998-09-30 16:04:32 +0800
commit6af60774573009516d2bbae53fed5dbb720fde78 (patch)
tree0ede503cd8aaded1f4f79c4384eb232fbc4dcb7d
parent5454f04638917553bf15967b779a3180ff7f5328 (diff)
downloadfreebsd-ports-gnome-6af60774573009516d2bbae53fed5dbb720fde78.tar.gz
freebsd-ports-gnome-6af60774573009516d2bbae53fed5dbb720fde78.tar.zst
freebsd-ports-gnome-6af60774573009516d2bbae53fed5dbb720fde78.zip
Install tkmanclient.
-rw-r--r--misc/tkman/Makefile9
-rw-r--r--misc/tkman/pkg-plist1
2 files changed, 8 insertions, 2 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile
index 01b1fe0d2079..a2f77a4f4fb2 100644
--- a/misc/tkman/Makefile
+++ b/misc/tkman/Makefile
@@ -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>
diff --git a/misc/tkman/pkg-plist b/misc/tkman/pkg-plist
index cd81cc4a65bf..3b06c5b0f586 100644
--- a/misc/tkman/pkg-plist
+++ b/misc/tkman/pkg-plist
@@ -1,4 +1,5 @@
bin/tkman
+bin/tkmanclient
bin/retkman
share/doc/tkman/tkman-help.html
@dirrm share/doc/tkman