diff options
Diffstat (limited to 'audio/festival/Makefile')
-rw-r--r-- | audio/festival/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/festival/Makefile b/audio/festival/Makefile index 1fd99200364e..00d0fe76b575 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -50,7 +50,7 @@ post-build test: ${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/speech_tools test post-patch:: - ${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},g' \ + ${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ ${WRKSRC}/*/config/systems/default.mak .include <bsd.port.pre.mk> |