summaryrefslogtreecommitdiff
path: root/math/libgmp-freebsd/files/patch-Makefile
blob: e2f5c0bdc2e8d4c9e38fcd767f2c151ed0de4ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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>