svn commit: r367662 - head/databases/mysql-udf-sys/files

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 18:24:49 UTC 2014


Author: antoine
Date: Mon Sep  8 18:24:49 2014
New Revision: 367662
URL: http://svnweb.freebsd.org/changeset/ports/367662
QAT: https://qat.redports.org/buildarchive/r367662/

Log:
  Allow staging as a regular user

Modified:
  head/databases/mysql-udf-sys/files/patch-Makefile

Modified: head/databases/mysql-udf-sys/files/patch-Makefile
==============================================================================
--- head/databases/mysql-udf-sys/files/patch-Makefile	Mon Sep  8 18:22:32 2014	(r367661)
+++ head/databases/mysql-udf-sys/files/patch-Makefile	Mon Sep  8 18:24:49 2014	(r367662)
@@ -15,7 +15,7 @@
  install:
 -	gcc -Wall -I/usr/include/mysql -I. -shared lib_mysqludf_sys.c -o $(LIBDIR)/lib_mysqludf_sys.so
 +	mkdir -p $(DESTDIR)$(LIBDIR)
-+	install -o root -g wheel -m 0755 $(PROG) $(DESTDIR)$(LIBDIR)
++	$(BSD_INSTALL_LIB) $(PROG) $(DESTDIR)$(LIBDIR)
 +
 +clean:
 +	rm -f $(PROG)


More information about the svn-ports-head mailing list