diff options
Diffstat (limited to 'deskutils/xmdiary/Makefile')
-rw-r--r-- | deskutils/xmdiary/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xmdiary/Makefile b/deskutils/xmdiary/Makefile index 631165ef63cf..53d4747c9566 100644 --- a/deskutils/xmdiary/Makefile +++ b/deskutils/xmdiary/Makefile @@ -29,7 +29,7 @@ post-patch: ${SCRIPTDIR}/nomalloc $(WRKSRC) 2>&1 > /dev/zero @${ECHO_MSG} removing unneccessary DependTarget from Imakefile-s ${SCRIPTDIR}/noextradepend $(WRKSRC) 2>&1 > /dev/zero - ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ + ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ -e 's|CcCmd gcc|CcCmd ${CC}|' '${WRKSRC}/XDiary.tmpl' .include <bsd.port.mk> |