svn commit: r365997 - head/math/randlib
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 24 19:17:48 UTC 2014
Author: antoine
Date: Sun Aug 24 19:17:47 2014
New Revision: 365997
URL: http://svnweb.freebsd.org/changeset/ports/365997
QAT: https://qat.redports.org/buildarchive/r365997/
Log:
Allow staging as a regular user
Modified:
head/math/randlib/Makefile
Modified: head/math/randlib/Makefile
==============================================================================
--- head/math/randlib/Makefile Sun Aug 24 19:15:06 2014 (r365996)
+++ head/math/randlib/Makefile Sun Aug 24 19:17:47 2014 (r365997)
@@ -11,6 +11,7 @@ DISTNAME= RANDLIB_V90
MAINTAINER= bf at 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 <bsd.port.mk>
More information about the svn-ports-head
mailing list