diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-10-30 07:47:50 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-10-30 07:47:50 +0000 |
commit | ec435a465f9208de5c9291c017fc56acf7521a60 (patch) | |
tree | 82f684c8abc21f8e06eb371f622da8eb19530cbd /net/bld/files/patch-ac | |
parent | Adding corresponding #iZ (diff) |
Update to 0.3.1.
PR: 73236
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=120479
Diffstat (limited to 'net/bld/files/patch-ac')
-rw-r--r-- | net/bld/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bld/files/patch-ac b/net/bld/files/patch-ac new file mode 100644 index 000000000000..17cde15f6c23 --- /dev/null +++ b/net/bld/files/patch-ac @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Oct 28 12:13:49 2004 ++++ Makefile.in Thu Oct 28 12:13:57 2004 +@@ -60,7 +60,7 @@ + $(GZIP) -c bldsubmit.8 > $(DESTDIR)$(mandir)/man8/bldsubmit.8.gz + $(GZIP) -c bldinsert.8 > $(DESTDIR)$(mandir)/man8/bldinsert.8.gz + $(GZIP) -c blddecr.8 > $(DESTDIR)$(mandir)/man8/blddecr.8.gz +- $(GZIP) -c bld-pf_policy.8 > $(DESTDIR)$(mandir)/man8/bld_pf_policy.8.gz ++ $(GZIP) -c bld-pf_policy.8 > $(DESTDIR)$(mandir)/man8/bld-pf_policy.8.gz + [ -d $(DESTDIR)$(mandir) ] || mkdir -p $(DESTDIR)$(mandir)/man5 + $(GZIP) -c bld.conf.5 > $(DESTDIR)$(mandir)/man5/bld.conf.5.gz + $(GZIP) -c bld_acl.conf.5 > $(DESTDIR)$(mandir)/man5/bld_acl.conf.5.gz |