diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 16:28:16 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-28 16:28:16 +0000 |
commit | b799507a11a39d482bf43795b85f8cd7be153a66 (patch) | |
tree | 034f413503cbe6eed57cc0c21d44504068007780 /math/libgmp/files/patch-Makefile | |
parent | Update to 1.8 (diff) |
we've switched to libgmp-freebsd, so GC this one
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> |