aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-24 19:17:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-24 19:17:47 +0000
commit1962c49e29d9fe1b54eae82845f9fb04a2ff8e53 (patch)
tree9689919c2a4e42feec452960a156cfc44b723433 /math
parent325c04131e58fdffe81929b1970fe1026fe762ee (diff)
downloadports-1962c49e29d9fe1b54eae82845f9fb04a2ff8e53.tar.gz
ports-1962c49e29d9fe1b54eae82845f9fb04a2ff8e53.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/randlib/Makefile3
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>