svn commit: r433042 - head/databases/mariadb55-client
John Marino
marino at FreeBSD.org
Wed Feb 1 15:57:52 UTC 2017
Author: marino
Date: Wed Feb 1 15:57:51 2017
New Revision: 433042
URL: https://svnweb.freebsd.org/changeset/ports/433042
Log:
databases/mariadb55-client: Fix stage QA
Remove files from stage directory that aren't supposed to be packaged
to satisfy QA checks. No revump necessary.
PR: 214669
Modified:
head/databases/mariadb55-client/Makefile
Modified: head/databases/mariadb55-client/Makefile
==============================================================================
--- head/databases/mariadb55-client/Makefile Wed Feb 1 15:48:15 2017 (r433041)
+++ head/databases/mariadb55-client/Makefile Wed Feb 1 15:57:51 2017 (r433042)
@@ -22,4 +22,8 @@ CMAKE_ARGS+= -DWITHOUT_SERVER=1
USE_LDCONFIG= ${PREFIX}/lib/mysql
CLIENT_ONLY= yes
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/mysqld_safe_helper
+ ${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/private
+
.include "${MASTERDIR}/Makefile"
More information about the svn-ports-head
mailing list