diff options
Diffstat (limited to 'net-mgmt/aguri/Makefile')
-rw-r--r-- | net-mgmt/aguri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/aguri/Makefile b/net-mgmt/aguri/Makefile index 9cb3914fb4a7..0692356a845c 100644 --- a/net-mgmt/aguri/Makefile +++ b/net-mgmt/aguri/Makefile @@ -22,7 +22,7 @@ USE_XORG= x11 MAN1= aguri.1 post-patch: - ${REINPLACE_CMD} -e "s,/usr/X11R6,${X11BASE}," ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s,/usr/X11R6,${LOCALBASE}," ${WRKSRC}/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/aguri ${PREFIX}/bin |