diff options
-rw-r--r-- | sysutils/stow/Makefile | 3 | ||||
-rw-r--r-- | sysutils/stow/files/patch-sum | 3 | ||||
-rw-r--r-- | sysutils/stow/patches/patch-aa | 18 | ||||
-rw-r--r-- | sysutils/stow/pkg/PLIST | 4 |
4 files changed, 26 insertions, 2 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index 55eb76f8f4d..957ff3c074c 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/23 15:51:20 agc Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/17 14:18:02 wiz Exp $ # DISTNAME= stow-1.3.2 @@ -11,5 +11,6 @@ HOMEPAGE= http://www.gnu.ai.mit.edu/software/stow/stow.html USE_PERL5= yes GNU_CONFIGURE= yes +INFO_FILES= stow.info .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/stow/files/patch-sum b/sysutils/stow/files/patch-sum new file mode 100644 index 00000000000..0befb85998a --- /dev/null +++ b/sysutils/stow/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 2000/11/17 14:18:02 wiz Exp $ + +MD5 (patch-aa) = 70e17a4cb64586dcf3b2a42b88d48b4a diff --git a/sysutils/stow/patches/patch-aa b/sysutils/stow/patches/patch-aa new file mode 100644 index 00000000000..821a36c4919 --- /dev/null +++ b/sysutils/stow/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.1 2000/11/17 14:18:03 wiz Exp $ + +--- stow.info.orig Sat Oct 12 00:10:55 1996 ++++ stow.info +@@ -1,8 +1,13 @@ + This is Info file ./stow.info, produced by Makeinfo version 1.67 from + the input file stow.texi. + ++INFO-DIR-SECTION Miscellaneous ++START-INFO-DIR-ENTRY ++* stow: (stow). A program for managing the installation of software packages. ++END-INFO-DIR-ENTRY ++ + This file describes GNU Stow version 1.3.2, a program for managing + the installation of software packages. + + Software and documentation Copyright (C) 1993, 1994, 1995, 1996 by + Bob Glickstein <bobg+stow@zanshin.com>. diff --git a/sysutils/stow/pkg/PLIST b/sysutils/stow/pkg/PLIST index 2be84f35ce4..50cbbdacf28 100644 --- a/sysutils/stow/pkg/PLIST +++ b/sysutils/stow/pkg/PLIST @@ -1,3 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/23 15:51:20 agc Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/17 14:18:03 wiz Exp $ bin/stow +@unexec install-info --delete %D/info/stow.info %D/info/dir info/stow.info +@exec install-info %D/info/stow.info %D/info/dir |