diff options
Diffstat (limited to 'misc/wmcalendar/Makefile')
-rw-r--r-- | misc/wmcalendar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 7421e537d58d..c30d2c73038d 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -32,7 +32,7 @@ PLIST_FILES= bin/wmCalendar post-patch: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \ - -e 's#/usr/X11R6#${X11BASE}#g' \ + -e 's#/usr/X11R6#${LOCALBASE}#g' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmCalendar ${PREFIX}/bin |