diff options
Diffstat (limited to 'x11-wm/sapphire/files/patch-Makefile')
-rw-r--r-- | x11-wm/sapphire/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/sapphire/files/patch-Makefile b/x11-wm/sapphire/files/patch-Makefile index 8be0b035b5b8..15cea151ed9a 100644 --- a/x11-wm/sapphire/files/patch-Makefile +++ b/x11-wm/sapphire/files/patch-Makefile @@ -12,7 +12,7 @@ -prefix = /usr -XROOT = $(prefix)/X11R6 +prefix = ${PREFIX} -+XROOT = ${X11BASE} ++XROOT = ${LOCALBASE} DESTDIR = INCLUDES = -I$(XROOT)/include LDPATH = -L$(XROOT)/lib |