mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.4.1.
PR: 21388 Submitted by: maintainer
This commit is contained in:
parent
d6b7dc36ef
commit
07d809b046
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32833
4 changed files with 13 additions and 40 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mmucl
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.sourceforge.net/mmucl/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (mmucl-1.4.0.tar.gz) = 72c777348a1f48353786e10dc5ee5fef
|
||||
MD5 (mmucl-1.4.1.tar.gz) = 906dab028c72767d2647dc162864f730
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue