summaryrefslogtreecommitdiffstats
path: root/x11-fm/tkdesk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-02-13 19:29:10 +0000
committerasami <asami@FreeBSD.org>1999-02-13 19:29:10 +0000
commitb766f0a9760b34f8cc0fbdecd2bede77ed8b44f6 (patch)
tree70ec6cf2925b3a0c6c4e54763365b6000cc7f327 /x11-fm/tkdesk
parenta3eae4bc86a67304f44a453050ba5af406b3610d (diff)
downloadFreeBSD-ports-b766f0a9760b34f8cc0fbdecd2bede77ed8b44f6.zip
FreeBSD-ports-b766f0a9760b34f8cc0fbdecd2bede77ed8b44f6.tar.gz
Fix build by using tclsh instead of wish (which requires a display).
PR: 10061 Submitted by: maintainer
Diffstat (limited to 'x11-fm/tkdesk')
-rw-r--r--x11-fm/tkdesk/Makefile8
-rw-r--r--x11-fm/tkdesk/files/patch-ab11
2 files changed, 14 insertions, 5 deletions
diff --git a/x11-fm/tkdesk/Makefile b/x11-fm/tkdesk/Makefile
index c47b6d1..41bb29a 100644
--- a/x11-fm/tkdesk/Makefile
+++ b/x11-fm/tkdesk/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: shanee@rabbit.augusta.de
#
-# $Id: Makefile,v 1.10 1998/09/26 23:11:02 steve Exp $
+# $Id: Makefile,v 1.11 1998/10/10 03:22:20 steve Exp $
#
DISTNAME= tkdesk-1.1
@@ -16,13 +16,11 @@ LIB_DEPENDS= tk42.1:${PORTSDIR}/x11-toolkits/tk42
USE_GMAKE= YES
GNU_CONFIGURE= YES
+CONFIGURE_ENV+= TCLCONF_PATH=${LOCALBASE}/lib/tcl7.6
+CONFIGURE_ENV+= TKCONF_PATH=${LOCALBASE}/lib/tk4.2
MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1
-.ifndef DISPLAY
-BROKEN= Requires an X Display to install
-.endif
-
post-install:
strip ${PREFIX}/bin/tkdesksh
strip ${PREFIX}/bin/tkdeskclient
diff --git a/x11-fm/tkdesk/files/patch-ab b/x11-fm/tkdesk/files/patch-ab
new file mode 100644
index 0000000..45db0b2
--- /dev/null
+++ b/x11-fm/tkdesk/files/patch-ab
@@ -0,0 +1,11 @@
+--- Makefile.in~ Sun Sep 20 20:41:40 1998
++++ Makefile.in Sat Feb 13 12:53:36 1999
+@@ -194,7 +194,7 @@
+ find $(SCRIPT_INSTALL_DIR) -type f -exec chmod a+r {} \;
+ find $(SCRIPT_INSTALL_DIR) -type d -exec chmod a+rx {} \;
+ @echo "=== Creating index..."
+- cd $(SCRIPT_INSTALL_DIR); $(BIN_INSTALL_DIR)/tkdesksh mkindex
++ cd $(SCRIPT_INSTALL_DIR); tclsh7.6 mkindex
+ @echo "=== Installing the manual pages..."
+ @for f in tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1; do \
+ echo "installing $$f" ;\
OpenPOWER on IntegriCloud