diff options
author | martin <martin@pkgsrc.org> | 2004-04-05 22:39:42 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2004-04-05 22:39:42 +0000 |
commit | 7b99580bc765d97641eff1e44c7c12252bbb6e4a (patch) | |
tree | f15f52562d4ef432c2e674dee36cd68b2ee2ec17 /sysutils | |
parent | f96b2ec78ee094bb4cdcc7d4f721b340f9614eff (diff) | |
download | pkgsrc-7b99580bc765d97641eff1e44c7c12252bbb6e4a.tar.gz |
Ooops, forgot a cvs add for previous
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ups-nut/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/ups-nut/patches/patch-ab b/sysutils/ups-nut/patches/patch-ab new file mode 100644 index 00000000000..5027beb7cf1 --- /dev/null +++ b/sysutils/ups-nut/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.8 2004/04/05 22:39:42 martin Exp $ + +--- Makefile.in.orig 2004-03-08 11:00:02.000000000 +0100 ++++ Makefile.in 2004-04-05 02:31:25.000000000 +0200 +@@ -41,7 +41,7 @@ + rm $$i/Makefile; \ + done + +-install: install-dirs install-bin install-man install-data ++install: install-dirs install-bin install-man install-conf install-data + + install-bin: + @for i in $(SUBDIRS); do \ |