mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -04:00
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.
14 lines
302 B
Text
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>
|