diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /databases/msql3/files/patch-msqld__main__Makefile.tmpl | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'databases/msql3/files/patch-msqld__main__Makefile.tmpl')
-rw-r--r-- | databases/msql3/files/patch-msqld__main__Makefile.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/msql3/files/patch-msqld__main__Makefile.tmpl b/databases/msql3/files/patch-msqld__main__Makefile.tmpl new file mode 100644 index 000000000000..10965636e8d8 --- /dev/null +++ b/databases/msql3/files/patch-msqld__main__Makefile.tmpl @@ -0,0 +1,11 @@ +--- src/msqld/main/Makefile.tmpl.old Wed May 5 00:17:37 2004 ++++ src/msqld/main/Makefile.tmpl Wed May 5 00:18:06 2004 +@@ -35,7 +35,7 @@ + + !program msql3d yaccer.o,lexer.o,parse.o,process.o,index.o,table.o,regex.o,select.o,sysvar.o,varchar.o,compare.o,distinct.o,acl.o,sort.o,cache.o,util.o,net.o,main.o,funct.o,memory.o,tcp.o,../../common/debug/debug.o,../../common/config/config.o,../../common/libc_stuff/strtoul.o,../../common/libc_stuff/tmpnam.o,../regexp/libregexp.a,../index/libidx.a,../../common/types/libtypes.a,../broker/libbroker.a,../cra/libcra.a,../lock/liblock.a,../../libmsql/libmsql.a + +-!install msql3d $(INST_DIR)/bin/msql3d 0755 ++!install msql3d $(INST_DIR)/sbin/msql3d 0755 + !install msql3_broker $(INST_DIR)/bin/msql3_broker 0755 + + |