diff options
Diffstat (limited to 'x11-wm/weewm/Makefile')
-rw-r--r-- | x11-wm/weewm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/weewm/Makefile b/x11-wm/weewm/Makefile index 79a5f3c82069..de3e7232fcfb 100644 --- a/x11-wm/weewm/Makefile +++ b/x11-wm/weewm/Makefile @@ -19,7 +19,7 @@ PLIST_FILES= bin/weewm USE_XORG= x11 post-patch: - @${REINPLACE_CMD} -e 's,^CC=,CC?=,' -e 's,/usr/X11R6,${X11BASE},g' \ + @${REINPLACE_CMD} -e 's,^CC=,CC?=,' -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/src/Makefile do-install: |