summaryrefslogtreecommitdiff
path: root/misc/xdf/files/patch-Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-13 18:54:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-13 18:54:28 +0000
commit53785e1cc54e4e4e9cce0c0aec2ce5f7d0f336e0 (patch)
tree4ca8a5da1763cb3469910d82ffa848745f3c8772 /misc/xdf/files/patch-Makefile
parent2007-03-01 www/ruby-webunit: has deprecated dependencies (diff)
2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD
2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
Diffstat (limited to 'misc/xdf/files/patch-Makefile')
-rw-r--r--misc/xdf/files/patch-Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/misc/xdf/files/patch-Makefile b/misc/xdf/files/patch-Makefile
deleted file mode 100644
index 090309cc12e3..000000000000
--- a/misc/xdf/files/patch-Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.orig Wed Nov 13 14:06:28 2002
-+++ Makefile Wed Jul 9 17:04:06 2003
-@@ -7,9 +7,7 @@
- # on Linux systems "make ; make install" (run as superuser) should do everything
- #
-
--
--CCFLAGS = -m486 -O2
--CPPFLAGS += $(CCFLAGS) -I /usr/openwin/include -I/usr/lib/g++-include -DMAIN
-+CPPFLAGS += $(CCFLAGS) -I/usr/include -I/usr/local/include -I/usr/X11R6/include -I/usr/lib/g++-include -DMAIN
- LDFLAGS += -L /usr/openwin/lib -L /usr/X11R6/lib
- LDLIBS += -lxview -lX11 -lolgx
-
-@@ -17,7 +15,7 @@
-
- PROGRAM = xdf
- SOURCES.cc = xdf.cc
--INSTALLPATH = /usr/local/bin
-+INSTALLPATH = /usr/X11R6/bin
- SOURCES.h =
- SOURCES.c =
- SOURCES.G =
-@@ -110,7 +108,7 @@
- install:
- cp $(PROGRAM) $(INSTALLPATH)
- cd $(INSTALLPATH)
-- chown root.bin $(PROGRAM)
-+ chown root:bin $(PROGRAM)
- chmod 755 $(PROGRAM)
-
- run: