diff options
Diffstat (limited to 'x11/xbanner/Makefile')
-rw-r--r-- | x11/xbanner/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile index 93fccde40276..0d8170b130d3 100644 --- a/x11/xbanner/Makefile +++ b/x11/xbanner/Makefile @@ -19,7 +19,7 @@ COMMENT= Make your XDM login screen look beautiful USE_XORG= xpm x11 post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/xres.c ${WRKSRC}/samples/XBanner.ad post-install: |