diff options
Diffstat (limited to 'graphics/p5-Chart-Graph/Makefile')
-rw-r--r-- | graphics/p5-Chart-Graph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Chart-Graph/Makefile b/graphics/p5-Chart-Graph/Makefile index c0bb1945aca8..5954c6e37413 100644 --- a/graphics/p5-Chart-Graph/Makefile +++ b/graphics/p5-Chart-Graph/Makefile @@ -29,6 +29,6 @@ MAN3= Chart::Graph.3 \ Chart::Graph::Xrt3d.3 post-patch: - @${REINPLACE_CMD} -e "s,%%X11BASE%%,${X11BASE}," ${WRKSRC}/Makefile.PL + @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |