diff options
Diffstat (limited to 'graphics/mmrecover/files/patch-Makefile')
-rw-r--r-- | graphics/mmrecover/files/patch-Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/mmrecover/files/patch-Makefile b/graphics/mmrecover/files/patch-Makefile deleted file mode 100644 index 5c8d51564446..000000000000 --- a/graphics/mmrecover/files/patch-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.orig 2014-06-16 17:50:52.201465434 +0800 -+++ Makefile 2014-06-16 17:51:18.193462700 +0800 -@@ -7,10 +7,9 @@ CFLAGS+= -Wall -pedantic -std=c99 - CFLAGS+= -DDEBUG - .endif - --DESTDIR?= ${PREFIX} --DESTDIR?= /usr/local --BINDIR= /bin --MANDIR= /man/man -+PREFIX?= /usr/local -+BINDIR= ${PREFIX}/bin -+MANDIR= ${PREFIX}/man/man - - DISTDIR= ${PROG}-${VERSION} - TARBALL= ${DISTDIR}.tar.gz |