diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-09-29 17:01:41 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-09-29 17:01:41 +0000 |
commit | 5a4c543c2b0f538631aea8379ce384d5defee89d (patch) | |
tree | 108a55d148b3bc801facab0fb03b8666659c1136 /x11-wm/jewel | |
parent | 7231ff2710fcc89472994d2e2d235e74e9c8704c (diff) | |
download | ports-5a4c543c2b0f538631aea8379ce384d5defee89d.tar.gz ports-5a4c543c2b0f538631aea8379ce384d5defee89d.zip |
Notes
Diffstat (limited to 'x11-wm/jewel')
-rw-r--r-- | x11-wm/jewel/files/patch-Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/x11-wm/jewel/files/patch-Makefile b/x11-wm/jewel/files/patch-Makefile index 474fb98a4afb..27ebe73e9e74 100644 --- a/x11-wm/jewel/files/patch-Makefile +++ b/x11-wm/jewel/files/patch-Makefile @@ -1,5 +1,14 @@ ---- Makefile.orig 2013-09-26 16:58:49.000000000 +0200 -+++ Makefile 2013-09-26 16:58:55.000000000 +0200 +--- Makefile.orig 2005-01-03 22:54:59.000000000 +0100 ++++ Makefile 2013-09-28 12:52:00.901277718 +0200 +@@ -12,7 +12,7 @@ + CC = g++ + CFLAGS = -g -O2 -Wall + +-export prefix = /usr/X11R6 ++export prefix = ${PREFIX} + export XROOT = $(prefix) + DESTDIR = + INCLUDES = -I$(XROOT)/include @@ -51,7 +51,7 @@ $(CC) $(OBJS) $(LDPATH) $(LIBS) -o $@ |