diff options
author | tg <tg@FreeBSD.org> | 1998-02-05 18:17:44 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-02-05 18:17:44 +0800 |
commit | 6e91abeed4bc3bb4f01b33c639886c602f331026 (patch) | |
tree | 97a36b764a3e634525128ad0f2f3c1efbbca0ffc /math/libranlib/files | |
parent | a2caecfb2498df6163412b115cd0b08d0e26d78f (diff) | |
download | freebsd-ports-gnome-6e91abeed4bc3bb4f01b33c639886c602f331026.tar.gz freebsd-ports-gnome-6e91abeed4bc3bb4f01b33c639886c602f331026.tar.zst freebsd-ports-gnome-6e91abeed4bc3bb4f01b33c639886c602f331026.zip |
Install header file.
PR: 5445
Diffstat (limited to 'math/libranlib/files')
-rw-r--r-- | math/libranlib/files/Makefile.lib | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/libranlib/files/Makefile.lib b/math/libranlib/files/Makefile.lib index 1ca67d34d175..2025bcecff69 100644 --- a/math/libranlib/files/Makefile.lib +++ b/math/libranlib/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> |