Date: Mon, 12 Oct 2015 18:55:26 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399147 - head/databases/libnvpair Message-ID: <201510121855.t9CItQl3099929@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 12 18:55:26 2015 New Revision: 399147 URL: https://svnweb.freebsd.org/changeset/ports/399147 Log: - Add USES=uidfix to fix staging as non-root - Add USE_LDCONFIG as the port installs shared library Approved by: marino (maintainer) Modified: head/databases/libnvpair/Makefile Modified: head/databases/libnvpair/Makefile ============================================================================== --- head/databases/libnvpair/Makefile Mon Oct 12 18:22:34 2015 (r399146) +++ head/databases/libnvpair/Makefile Mon Oct 12 18:55:26 2015 (r399147) @@ -13,12 +13,14 @@ LICENSE= CDDL GH_ACCOUNT= jrmarino USE_GITHUB= yes +USES= uidfix MAKE_ARGS= LIBDIR=${PREFIX}/lib PLIST_FILES= include/libnvpair.h \ include/nvpair.h \ lib/libnvpair.a \ lib/libnvpair.so \ lib/libnvpair.so.3 +USE_LDCONFIG= yes post-install: (cd ${WRKSRC} && ${INSTALL_DATA} libnvpair.h nvpair.h \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510121855.t9CItQl3099929>