- Update pkg-plist
- Modify Makefile to match portlint's requirements PR: ports/167392 Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
This commit is contained in:
parent
0b02e47c12
commit
62c61256a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295653
3 changed files with 8 additions and 6 deletions
|
@ -7,10 +7,11 @@
|
|||
PORTNAME= mariadb
|
||||
PKGNAMESUFFIX= -scripts
|
||||
|
||||
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
COMMENT= Scripts for mariadb - drop-in replacement for MySQL
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
|
||||
USE_PERL5= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../mariadb-server
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- scripts/Makefile.in.orig 2011-03-01 22:25:08.000000000 -0800
|
||||
+++ scripts/Makefile.in 2011-06-01 22:13:44.000000000 -0700
|
||||
@@ -477,16 +477,12 @@
|
||||
--- scripts/Makefile.in.orig 2012-04-28 16:50:52.000000000 +0200
|
||||
+++ scripts/Makefile.in 2012-04-28 16:50:04.000000000 +0200
|
||||
@@ -495,16 +495,12 @@
|
||||
BUILT_SOURCES = mysql_fix_privilege_tables.sql \
|
||||
mysql_fix_privilege_tables_sql.c
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
mysql_convert_table_format \
|
||||
mysql_find_rows \
|
||||
mysqlhotcopy \
|
||||
@@ -765,7 +761,7 @@
|
||||
@@ -811,7 +807,7 @@
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/msql2mysql
|
||||
bin/mytop
|
||||
bin/mysql_convert_table_format
|
||||
bin/mysql_find_rows
|
||||
bin/mysql_fix_extensions
|
||||
|
|
Loading…
Reference in a new issue