aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2017-02-01 23:57:51 +0800
committermarino <marino@FreeBSD.org>2017-02-01 23:57:51 +0800
commit5f9100f2cb2e391050c4a6b6ff34c93b39efabe0 (patch)
tree9153d1c453838cb5ec4576c5da79b50237b67707
parentc85bd0c861a1b481215ac74c8f94def5e96e061b (diff)
downloadfreebsd-ports-gnome-5f9100f2cb2e391050c4a6b6ff34c93b39efabe0.tar.gz
freebsd-ports-gnome-5f9100f2cb2e391050c4a6b6ff34c93b39efabe0.tar.zst
freebsd-ports-gnome-5f9100f2cb2e391050c4a6b6ff34c93b39efabe0.zip
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
-rw-r--r--databases/mariadb55-client/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/mariadb55-client/Makefile b/databases/mariadb55-client/Makefile
index 825745349751..c047b2bda322 100644
--- a/databases/mariadb55-client/Makefile
+++ b/databases/mariadb55-client/Makefile
@@ -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"