summaryrefslogtreecommitdiffstats
path: root/x11/xnodecor/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xnodecor/files/Makefile')
-rw-r--r--x11/xnodecor/files/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xnodecor/files/Makefile b/x11/xnodecor/files/Makefile
index 36716bb..be49a44 100644
--- a/x11/xnodecor/files/Makefile
+++ b/x11/xnodecor/files/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-CFLAGS= -I${X11BASE}/include
-LDFLAGS= -L${X11BASE}/lib
+CFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
LIBS= -lX11
all: xnodecor
@@ -9,7 +9,7 @@ xnodecor:
$(CC) -o xnodecor xnodecor.c $(CFLAGS) $(LDFLAGS) $(LIBS)
install:
- ${BSD_INSTALL_PROGRAM} xnodecor ${X11BASE}/bin
+ ${BSD_INSTALL_PROGRAM} xnodecor ${LOCALBASE}/bin
clean:
rm -f *.rej a.out core xnodecor
OpenPOWER on IntegriCloud