diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-16 07:41:31 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-16 07:41:31 +0000 |
commit | 11d693a05369e808760226c3df7decfe3aa15387 (patch) | |
tree | aac4b3a56171a05310500791e0e2ba36b368aedc /sysutils/mtools | |
parent | cbf13d0120f1375e6aa6a2bd12b121a5e57c8386 (diff) | |
download | pkgsrc-11d693a05369e808760226c3df7decfe3aa15387.tar.gz |
update to V3.8
Diffstat (limited to 'sysutils/mtools')
-rw-r--r-- | sysutils/mtools/Makefile | 4 | ||||
-rw-r--r-- | sysutils/mtools/files/md5 | 2 | ||||
-rw-r--r-- | sysutils/mtools/patches/patch-aa | 28 |
3 files changed, 21 insertions, 13 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index e621027825d..adcb62fc3e6 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -3,10 +3,10 @@ # Date created: 22 Jan 1998 # Whom: is # -# $NetBSD: Makefile,v 1.4 1998/02/10 21:46:46 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/16 07:41:31 hubertf Exp $ # -DISTNAME= mtools-3.6 +DISTNAME= mtools-3.8 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} #MASTER_SITES= ftp://ftp.cs.uni-bonn.de/pub/gnu/ diff --git a/sysutils/mtools/files/md5 b/sysutils/mtools/files/md5 index 8d90cab911a..14d4ca40fa9 100644 --- a/sysutils/mtools/files/md5 +++ b/sysutils/mtools/files/md5 @@ -1 +1 @@ -MD5 (mtools-3.6.tar.gz) = 87f670df9bec4537598182429c1ffb8e +MD5 (mtools-3.8.tar.gz) = 837176ae3ef9ba3ab0aff6833dfa60b6 diff --git a/sysutils/mtools/patches/patch-aa b/sysutils/mtools/patches/patch-aa index 73ee3690bb9..ac730f7c249 100644 --- a/sysutils/mtools/patches/patch-aa +++ b/sysutils/mtools/patches/patch-aa @@ -1,11 +1,19 @@ ---- sysincludes.h.original Wed Jan 21 17:53:59 1998 -+++ sysincludes.h Wed Jan 21 17:44:09 1998 -@@ -11,6 +11,8 @@ - /* */ - /***********************************************************************/ +--- Makefile.in.orig Mon Feb 16 08:24:09 1998 ++++ Makefile.in Mon Feb 16 08:24:40 1998 +@@ -47,6 +47,7 @@ -+#include <sys/param.h> -+ - #ifdef BSD - /* on BSD we prefer gettimeofday, ... */ - # ifdef HAVE_GETTIMEOFDAY + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ ++INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT} + INSTALL_DATA = @INSTALL_DATA@ + + .SUFFIXES: +@@ -195,7 +196,7 @@ + install-scripts: $(bindir)/mtools + @$(top_srcdir)/mkinstalldirs $(bindir) + @for j in $(SCRIPTS) ; do \ +- $(INSTALL_PROGRAM) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ ++ $(INSTALL_SCRIPT) $(srcdir)/scripts/$$j $(bindir)/$$j ; \ + echo $(bindir)/$$j ; \ + done + rm -f $(bindir)/lz |