diff options
Diffstat (limited to 'x11/padkey/Makefile')
-rw-r--r-- | x11/padkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/padkey/Makefile b/x11/padkey/Makefile index c647ce89b09c..10ce75a02623 100644 --- a/x11/padkey/Makefile +++ b/x11/padkey/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= bin/padkey PORTDOCS= CREDITS README 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}/padkey ${PREFIX}/bin/padkey |