diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:01:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 00:01:47 +0000 |
commit | 11b65813546aca7c5d0d9874cb87cd8beb0f8815 (patch) | |
tree | b9a5812b2cff2c63b4d8d21a1a6e875bcfbac7fb /sysutils/most/files | |
parent | 9789b00d07d7978e869363ebe6bbdf5fda2ee3e7 (diff) | |
download | ports-11b65813546aca7c5d0d9874cb87cd8beb0f8815.tar.gz ports-11b65813546aca7c5d0d9874cb87cd8beb0f8815.zip |
Notes
Diffstat (limited to 'sysutils/most/files')
-rw-r--r-- | sysutils/most/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/most/files/patch-aa b/sysutils/most/files/patch-aa new file mode 100644 index 000000000000..9fffd2a35b17 --- /dev/null +++ b/sysutils/most/files/patch-aa @@ -0,0 +1,22 @@ +--- src/Makefile.in.orig Tue Jun 8 11:47:47 1999 ++++ src/Makefile.in Tue Jun 8 11:48:39 1999 +@@ -42,7 +42,7 @@ + prefix = @prefix@ + BIN_DIR = $(prefix)/bin + MAN_DIR = $(prefix)/man/man1 +-DOC_DIR = $(prefix)/doc/most ++DOC_DIR = $(prefix)/share/doc/most + + SYS_INITFILE = $(prefix)/etc/most.conf + +@@ -87,8 +87,10 @@ + install: all $(BIN_DIR) + $(INSTALL) -s $(OBJDIR)/most $(BIN_DIR) + $(INSTALL_DATA) ../most.1 $(MAN_DIR) ++.if !defined(NOPORTDOCS) + $(INSTALL) -d $(DOC_DIR) -m 755 + $(INSTALL_DATA) $(DOC_FILES) $(DOC_DIR) ++.endif + $(BIN_DIR): + - ../mkinsdir.sh $(BIN_DIR) + # The symlinks target is for my own private use. It simply creates the object |