diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-08 03:36:33 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-08 03:36:33 +0000 |
commit | 66a6ac76f4dab75f5f609770e64b3eedc9edfdbc (patch) | |
tree | 2c71fe5f9ab796e6d68afdaa991f0f5ba6d7b187 | |
parent | Update to 2.4 (diff) |
Update to 0.3.31
PR: 32518
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=51204
-rw-r--r-- | games/tkmoo/Makefile | 8 | ||||
-rw-r--r-- | games/tkmoo/distinfo | 2 | ||||
-rw-r--r-- | games/tkmoo/files/patch-aa | 21 | ||||
-rw-r--r-- | games/tkmoo/pkg-plist | 1 |
4 files changed, 16 insertions, 16 deletions
diff --git a/games/tkmoo/Makefile b/games/tkmoo/Makefile index d834419df0f0..2bd1d83df912 100644 --- a/games/tkmoo/Makefile +++ b/games/tkmoo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tkmoo -PORTVERSION= 0.3.28 +PORTVERSION= 0.3.31 CATEGORIES= games tk83 MASTER_SITES= http://www.awns.com/tkMOO-light/Source/ DISTNAME= tkMOO-light-${PORTVERSION} @@ -16,12 +16,12 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${WISH83}:${PORTSDIR}/x11-toolkits/tk83 WISH83?= ${LOCALBASE}/bin/wish8.3 -MAKE_ENV+= TKMOO_LIB_DIR="${PREFIX}/share/tkmoo" \ +MAKE_ENV+= TKMOO_LIB_DIR="${DATADIR}" \ TKMOO_BIN_DIR="${PREFIX}/bin" WISH8.3="${WISH83}" do-install: - @${MKDIR} ${PREFIX}/share/tkmoo/plugins - @${INSTALL_DATA} ${WRKSRC}/plugins/* ${PREFIX}/share/tkmoo/plugins + @${MKDIR} ${DATADIR}/plugins + @${INSTALL_DATA} ${WRKSRC}/plugins/* ${DATADIR}/plugins @${INSTALL_SCRIPT} ${WRKSRC}/tkMOO-lite ${PREFIX}/bin/tkmoo .include <bsd.port.mk> diff --git a/games/tkmoo/distinfo b/games/tkmoo/distinfo index cb28d6c852fa..6ef227df4f7b 100644 --- a/games/tkmoo/distinfo +++ b/games/tkmoo/distinfo @@ -1 +1 @@ -MD5 (tkMOO-light-0.3.28.tar.gz) = 4eb9d0c37836ac2f9f98e98501bff066 +MD5 (tkMOO-light-0.3.31.tar.gz) = 5c869e9ece4103d043ea6163b6c5fbd3 diff --git a/games/tkmoo/files/patch-aa b/games/tkmoo/files/patch-aa index 8dc714b84ba8..2fd0f838b191 100644 --- a/games/tkmoo/files/patch-aa +++ b/games/tkmoo/files/patch-aa @@ -1,25 +1,24 @@ ---- Makefile Sat Jan 1 07:00:56 2000 -+++ Makefile.new Wed Feb 2 19:32:13 2000 +--- Makefile.orig Tue Nov 6 00:52:01 2001 ++++ Makefile Sun Dec 2 08:59:00 2001 @@ -7,18 +7,18 @@ # ... in the '.tkMOO-lite' directory under your home directory # ** if you change this value then you'll need to set your TKMOO_LIB_DIR # ** environment variable to the same value --TKMOO_LIB_DIR = $$HOME/.tkMOO-lite -+TKMOO_LIB_DIR ?= $$HOME/.tkMOO-lite +-TKMOO_LIB_DIR = $(HOME)/.tkMOO-lite ++TKMOO_LIB_DIR ?= $(HOME)/.tkMOO-lite # where will the executable be installed? # ... in the 'bin' directory under your home directory --TKMOO_BIN_DIR = $$HOME/bin -+TKMOO_BIN_DIR ?= $$HOME/bin +-TKMOO_BIN_DIR = $(HOME)/bin ++TKMOO_BIN_DIR ?= $(HOME)/bin # which version of WISH will the client use? 'make' will warn you # if WISH can't be found where you say it is. WISH4.1 = /usr/local/bin/wish4.1 WISH4.2 = /usr/local/bin/wish4.2 --WISH8.0 = /usr/local/bin/wish8.0 --WISH = $(WISH8.0) -+WISH8.3 ?= /usr/local/bin/wish8.3 -+WISH = $(WISH8.3) + WISH8.0 = /usr/local/bin/wish8.0 +-WISH8.3 = /usr/local/bin/wish8.3 ++WISH8.3 ?= /usr/local/bin/wish8.3 + WISH = $(WISH8.3) # ---------------- NO NEED TO CHANGE ANYTHING BELOW THIS LINE --------------- - diff --git a/games/tkmoo/pkg-plist b/games/tkmoo/pkg-plist index 517f38e9024a..716a1cb3a6b0 100644 --- a/games/tkmoo/pkg-plist +++ b/games/tkmoo/pkg-plist @@ -9,6 +9,7 @@ share/tkmoo/plugins/search_macro.tcl share/tkmoo/plugins/serverinfo.tcl share/tkmoo/plugins/simpleedit.tcl share/tkmoo/plugins/status.tcl +share/tkmoo/plugins/timezone.tcl share/tkmoo/plugins/url_trigger.tcl share/tkmoo/plugins/webbrowser.tcl @dirrm share/tkmoo/plugins |