diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-19 04:55:25 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-19 04:55:25 +0000 |
commit | 07d809b0464c4515a1303379a93530f36dd3d55f (patch) | |
tree | 833415ac96a314f239a91624655b2dc9c13848a5 /net/mmucl | |
parent | d6b7dc36efc4774e5a87fac610aaa024fcdec6ad (diff) | |
download | ports-07d809b0464c4515a1303379a93530f36dd3d55f.tar.gz ports-07d809b0464c4515a1303379a93530f36dd3d55f.zip |
Notes
Diffstat (limited to 'net/mmucl')
-rw-r--r-- | net/mmucl/Makefile | 2 | ||||
-rw-r--r-- | net/mmucl/distinfo | 2 | ||||
-rw-r--r-- | net/mmucl/files/patch-aa | 31 | ||||
-rw-r--r-- | net/mmucl/pkg-plist | 18 |
4 files changed, 13 insertions, 40 deletions
diff --git a/net/mmucl/Makefile b/net/mmucl/Makefile index 7bd34177ed3c..51ec0e5ff186 100644 --- a/net/mmucl/Makefile +++ b/net/mmucl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mmucl -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= net MASTER_SITES= http://download.sourceforge.net/mmucl/ diff --git a/net/mmucl/distinfo b/net/mmucl/distinfo index 388cd9db2090..14b50c9aad7e 100644 --- a/net/mmucl/distinfo +++ b/net/mmucl/distinfo @@ -1 +1 @@ -MD5 (mmucl-1.4.0.tar.gz) = 72c777348a1f48353786e10dc5ee5fef +MD5 (mmucl-1.4.1.tar.gz) = 906dab028c72767d2647dc162864f730 diff --git a/net/mmucl/files/patch-aa b/net/mmucl/files/patch-aa index c5a464b50aec..b1bf32ca202c 100644 --- a/net/mmucl/files/patch-aa +++ b/net/mmucl/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Jul 28 04:29:06 2000 -+++ Makefile Fri Jul 28 04:31:02 2000 +--- Makefile.orig Mon Sep 18 23:28:22 2000 ++++ Makefile Mon Sep 18 23:28:45 2000 @@ -3,7 +3,7 @@ # Mmucl installs itself under BASE_DIR @@ -18,30 +18,3 @@ # Location of install -@@ -34,17 +34,19 @@ - - .PHONY: install clean gzip zip dist rpm test - -+all: mmucl -+ - install: mmucl - - $(INSTALL) -d $(LIB_DIR)/lib $(LIB_DIR)/interface $(LIB_DIR)/images - $(INSTALL) -d $(BIN_DIR) $(INFO_DIR) -- $(INSTALL) -m 0664 lib/*.tcl $(LIB_DIR)/lib -- $(INSTALL) -m 0664 images/*.gif $(LIB_DIR)/images -- $(INSTALL) -m 0664 interface/*.tcl $(LIB_DIR)/interface -- $(INSTALL) -m 0664 .tkconf $(LIB_DIR) -- $(INSTALL) -m 0775 mmucl $(BIN_DIR) -- $(INSTALL) -m 0664 mmucl.info $(INFO_DIR) -- $(INSTALL_INFO) mmucl.info --info-dir=$(INFO_DIR) -+ $(INSTALL) -cm 0644 lib/*.tcl $(LIB_DIR)/lib -+ $(INSTALL) -cm 0644 images/*.gif $(LIB_DIR)/images -+ $(INSTALL) -cm 0644 interface/*.tcl $(LIB_DIR)/interface -+ $(INSTALL) -cm 0644 .tkconf $(LIB_DIR) -+ $(INSTALL) -cm 0755 mmucl $(BIN_DIR) -+ $(INSTALL) -cm 0644 mmucl.info $(INFO_DIR) -+ $(INSTALL_INFO) $(INFO_DIR)/mmucl.info --info-dir=$(INFO_DIR) - - mmucl: Makefile init - echo "#! /bin/sh" > mmucl diff --git a/net/mmucl/pkg-plist b/net/mmucl/pkg-plist index f7a4b5200d55..1ac81a28bded 100644 --- a/net/mmucl/pkg-plist +++ b/net/mmucl/pkg-plist @@ -31,12 +31,12 @@ lib/mmucl/lib/tkconf.tcl @dirrm lib/mmucl/lib lib/mmucl/.tkconf @dirrm lib/mmucl -share/doc/mmucl-1.4.0/examples/Arithon -share/doc/mmucl-1.4.0/examples/edit.tcl -share/doc/mmucl-1.4.0/examples/map.tcl -share/doc/mmucl-1.4.0/examples/mmucl.rc -@dirrm share/doc/mmucl-1.4.0/examples -share/doc/mmucl-1.4.0/CHANGES -share/doc/mmucl-1.4.0/FAQ -share/doc/mmucl-1.4.0/README -@dirrm share/doc/mmucl-1.4.0 +share/doc/mmucl-1.4.1/examples/Arithon +share/doc/mmucl-1.4.1/examples/edit.tcl +share/doc/mmucl-1.4.1/examples/map.tcl +share/doc/mmucl-1.4.1/examples/mmucl.rc +@dirrm share/doc/mmucl-1.4.1/examples +share/doc/mmucl-1.4.1/CHANGES +share/doc/mmucl-1.4.1/FAQ +share/doc/mmucl-1.4.1/README +@dirrm share/doc/mmucl-1.4.1 |