aboutsummaryrefslogtreecommitdiff
path: root/devel/bin86/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bin86/files/patch-Makefile')
-rw-r--r--devel/bin86/files/patch-Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/bin86/files/patch-Makefile b/devel/bin86/files/patch-Makefile
deleted file mode 100644
index 65531217840b..000000000000
--- a/devel/bin86/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig 2005-02-01 05:45:39.000000000 +0900
-+++ Makefile 2012-05-30 05:45:03.000000000 +0900
-@@ -1,16 +1,12 @@
-
--CFLAGS=-O2 -D_POSIX_SOURCE
-+CFLAGS+=-D_POSIX_SOURCE
- LDFLAGS=
- DIRS=ld as
-
--PREFIX=/usr/local
-+PREFIX?=/usr/local
- BINDIR=$(PREFIX)/bin
- LIBDIR=$(PREFIX)/lib
--ifeq ($(PREFIX),/usr)
--MANDIR=$(PREFIX)/share/man/man1
--else
- MANDIR=$(PREFIX)/man/man1
--endif
- SUF=86
-
- INSTALL_OPT=-m 755