diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/bld/files/patch-aa | |
parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) |
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes:
svn path=/head/; revision=366967
Diffstat (limited to 'net/bld/files/patch-aa')
-rw-r--r-- | net/bld/files/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/bld/files/patch-aa b/net/bld/files/patch-aa deleted file mode 100644 index a1d4c0d8336b..000000000000 --- a/net/bld/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Thu May 18 17:31:03 2006 -+++ Makefile.in Thu May 18 17:31:45 2006 -@@ -52,6 +52,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)/man8 ] || 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 |