diff options
Diffstat (limited to 'net/bld/files/patch-aa')
-rw-r--r-- | net/bld/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/bld/files/patch-aa b/net/bld/files/patch-aa new file mode 100644 index 000000000000..738ccf3ef2e5 --- /dev/null +++ b/net/bld/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.in.orig Thu Oct 28 11:44:20 2004 ++++ Makefile.in Thu Oct 28 11:44:43 2004 +@@ -49,6 +49,10 @@ + && (cd $(DESTDIR)$(sbindir) && ln -s $(SUBMITNAME) $(INSERTNAME)) \ + && (cd $(DESTDIR)$(sbindir) && ln -s $(SUBMITNAME) $(DECRNAME)) + strip $(DESTDIR)$(sbindir)/$(SUBMITNAME) ++ cp utils/bld-pf_policy.pl $(DESTDIR)/$(sbindir) ++ cp utils/bld-pf_log.pl $(DESTDIR)/$(sbindir) ++ [ -d $(DESTDIR)$(sysconfdir) ] || mkdir -p $(DESTDIR)$(sysconfdir) ++ cp bld.conf.sample $(DESTDIR)/$(sysconfdir) + [ -d $(DESTDIR)$(mandir) ] || mkdir -p $(DESTDIR)$(mandir)/man8 + $(GZIP) -c bld.8 > $(DESTDIR)$(mandir)/man8/bld.8.gz + $(GZIP) -c bldread.8 > $(DESTDIR)$(mandir)/man8/bldread.8.gz |