Allow staging as a regular user

This commit is contained in:
Antoine Brodin 2014-08-24 19:17:47 +00:00
parent 325c04131e
commit 1962c49e29
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365997

View file

@ -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 <bsd.port.mk>