diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 19:17:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-24 19:17:47 +0000 |
commit | 1962c49e29d9fe1b54eae82845f9fb04a2ff8e53 (patch) | |
tree | 9689919c2a4e42feec452960a156cfc44b723433 /math/randlib | |
parent | 325c04131e58fdffe81929b1970fe1026fe762ee (diff) |
Notes
Diffstat (limited to 'math/randlib')
-rw-r--r-- | math/randlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk> |