diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 22:31:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 22:31:24 +0000 |
commit | 5e57b3b9d878106075121ff5bf01f9bbf2b0a2d3 (patch) | |
tree | b47954761d311b91ebf4cecd14e3165adc97943d /devel/bin86 | |
parent | ec74ba4484f53e093e71ee393bd7c4aa9cd33020 (diff) | |
download | ports-5e57b3b9d878106075121ff5bf01f9bbf2b0a2d3.tar.gz ports-5e57b3b9d878106075121ff5bf01f9bbf2b0a2d3.zip |
Notes
Diffstat (limited to 'devel/bin86')
-rw-r--r-- | devel/bin86/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/bin86/files/patch-Makefile b/devel/bin86/files/patch-Makefile new file mode 100644 index 000000000000..6f1575f0e558 --- /dev/null +++ b/devel/bin86/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.orig Sat Sep 14 14:35:43 2002 ++++ Makefile Sat Sep 14 14:36:04 2002 +@@ -1,9 +1,9 @@ + +-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 + MANDIR=$(PREFIX)/man/man1 |