freebsd-ports/math/libgmp-freebsd/files/patch-Makefile
Maxim Sobolev d03c908f0d Add libgmp 2001.08.07, a library for arbitrary precision arithmetic.
Note: This package contains version the the library just before it was
removed from the FreeBSD base system (5-CURRENT, mid-August 2001) and it is
provided solely for compatibility with packages that require it.
2001-08-28 16:31:18 +00:00

14 lines
302 B
Text

$FreeBSD$
--- Makefile 2001/08/28 16:21:28 1.1
+++ Makefile 2001/08/28 16:21:41
@@ -145,7 +145,7 @@
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${GMPDIR}/gmp.h ${DESTDIR}/usr/include
+ ${GMPDIR}/gmp.h ${DESTDIR}${INCDIR}
.include "Makefile.inc"
.include <bsd.lib.mk>