diff options
Diffstat (limited to 'devel/xwpe/Makefile')
-rw-r--r-- | devel/xwpe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xwpe/Makefile b/devel/xwpe/Makefile index 7ea2f1a8eefe..b1a99d0fe7a2 100644 --- a/devel/xwpe/Makefile +++ b/devel/xwpe/Makefile @@ -32,7 +32,7 @@ MLINKS= xwpe.1 xwe.1 \ post-patch: .for file in we_prog.c we_fl_unix.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/${file} + s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/${file} .endfor ${REINPLACE_CMD} -e 's|$$(INSTALL_PROGRAM)|${INSTALL_PROGRAM}|g' \ ${WRKSRC}/Makefile.in |