aboutsummaryrefslogtreecommitdiff
path: root/math/randlib/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-02-05 10:17:44 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-02-05 10:17:44 +0000
commitda3dfc2ae78b48da7d0ab3a953b1a9c6eac36a00 (patch)
tree61e7128a445f6fff20fe1b578fbf32d4f9c726ef /math/randlib/files
parent9b668dfc40582e544cd328ac190589b8237def06 (diff)
downloadports-da3dfc2ae78b48da7d0ab3a953b1a9c6eac36a00.tar.gz
ports-da3dfc2ae78b48da7d0ab3a953b1a9c6eac36a00.zip
Notes
Diffstat (limited to 'math/randlib/files')
-rw-r--r--math/randlib/files/Makefile.lib4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib
index 1ca67d34d175..2025bcecff69 100644
--- a/math/randlib/files/Makefile.lib
+++ b/math/randlib/files/Makefile.lib
@@ -8,4 +8,8 @@ LIB= ranlib
SRCS = com.c ranlib.c
+beforeinstall:
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/ranlib.h \
+ ${PREFIX}/include
+
.include <bsd.lib.mk>