ports/math/libgmp-freebsd/files/patch-Makefile
2003-08-04 12:59:02 +00:00

19 lines
402 B
Text

$FreeBSD$
--- Makefile Tue Aug 28 19:01:54 2001
+++ Makefile Mon Aug 4 15:52:56 2003
@@ -143,9 +143,12 @@
${.OBJDIR}/mpf \
${.OBJDIR}/mpq
+.c.o:
+ ${CC} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
+
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>