mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
Allow staging as a regular user
This commit is contained in:
parent
325c04131e
commit
1962c49e29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365997
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ DISTNAME= RANDLIB_V90
|
||||||
MAINTAINER= bf@FreeBSD.org
|
MAINTAINER= bf@FreeBSD.org
|
||||||
COMMENT= Library of Routines for Random Number Generation
|
COMMENT= Library of Routines for Random Number Generation
|
||||||
|
|
||||||
|
USES= uidfix
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MAKE_ENV= NO_PROFILE=true
|
MAKE_ENV= NO_PROFILE=true
|
||||||
WRKSRC= ${WRKDIR}/source/randlib.c/src
|
WRKSRC= ${WRKDIR}/source/randlib.c/src
|
||||||
|
@ -27,6 +28,6 @@ OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue