summaryrefslogtreecommitdiff
path: root/x11/deskpaint/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/deskpaint/files/patch-Makefile')
-rw-r--r--x11/deskpaint/files/patch-Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/deskpaint/files/patch-Makefile b/x11/deskpaint/files/patch-Makefile
deleted file mode 100644
index b220bac67773..000000000000
--- a/x11/deskpaint/files/patch-Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
---- Makefile.orig 2009-10-22 14:19:16.000000000 +0800
-+++ Makefile 2014-01-09 21:39:59.000000000 +0800
-@@ -1,9 +1,10 @@
--prefix = /usr/local
--XROOT = /usr/X11R6
--CC = cc
-+prefix = ${PREFIX}
-+XROOT = ${LOCALBASE}
-
- CFLAGS += -lX11 -I$(XROOT)/include -L$(XROOT)/lib
-
- all:
- $(CC) $(CFLAGS) *.c -o deskpaint
-
-+install:
-+ ${BSD_INSTALL_PROGRAM} -s deskpaint $(DESTDIR)$(prefix)/bin