From 1962c49e29d9fe1b54eae82845f9fb04a2ff8e53 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 24 Aug 2014 19:17:47 +0000 Subject: [PATCH] Allow staging as a regular user --- math/randlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/randlib/Makefile b/math/randlib/Makefile index ca400f537b27..f38505cac43a 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -11,6 +11,7 @@ DISTNAME= RANDLIB_V90 MAINTAINER= bf@FreeBSD.org COMMENT= Library of Routines for Random Number Generation +USES= uidfix USE_LDCONFIG= yes MAKE_ENV= NO_PROFILE=true WRKSRC= ${WRKDIR}/source/randlib.c/src @@ -27,6 +28,6 @@ OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR} .include