diff options
Diffstat (limited to 'math/libgmp/files/patch-Makefile')
-rw-r--r-- | math/libgmp/files/patch-Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/libgmp/files/patch-Makefile b/math/libgmp/files/patch-Makefile deleted file mode 100644 index e2f5c0bdc2e8..000000000000 --- a/math/libgmp/files/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ - -$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> |