diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:00:12 +0000 |
commit | 7792c21583f7131ad63a9cb6e25b7ef38652d3a7 (patch) | |
tree | 35ae86a1ec3a303f6ac7c0146111c635eff41fb4 /sysutils/most/files/patch-aa | |
parent | - Switch databases/libmemcache to USES=libtool, drop .la files (diff) |
Rename sysutils/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'sysutils/most/files/patch-aa')
-rw-r--r-- | sysutils/most/files/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/most/files/patch-aa b/sysutils/most/files/patch-aa deleted file mode 100644 index 28bd732f2b87..000000000000 --- a/sysutils/most/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- src/Makefile.in Fri Dec 20 23:32:56 2002 -+++ src/Makefile.in Wed Mar 10 17:11:10 2004 -@@ -22,5 +22,5 @@ - BIN_DIR = $(prefix)/bin - MAN_DIR = $(prefix)/man --DOC_DIR = $(prefix)/doc/most -+DOC_DIR = $(prefix)/share/doc/most - SYS_INITFILE = @sysconfdir@/most.conf - MKINSDIR = ../autoconf/mkinsdir.sh -@@ -69,5 +69,7 @@ - /bin/rm -rf $(OBJDIR) Makefile sysconf.h - installdirs: -+.if !defined(NOPORTDOCS) - $(MKINSDIR) $(DEST_DOCDIR) -+.endif - $(MKINSDIR) $(DEST_MANDIR)/man1 - $(MKINSDIR) $(DEST_BINDIR) -@@ -75,4 +77,5 @@ - $(INSTALL) -s $(OBJDIR)/most $(DEST_BINDIR) - $(INSTALL_DATA) ../most.1 $(DEST_MANDIR)/man1 -+.if !defined(NOPORTDOCS) - @for i in $(DOC_FILES); \ - do \ -@@ -84,4 +87,5 @@ - fi; \ - done -+.endif - # The symlinks target is for my own private use. It simply creates the object - # directory as a symbolic link to a local disk instead of an NFS mounted one. |