diff options
Diffstat (limited to 'x11/props/Makefile')
-rw-r--r-- | x11/props/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/props/Makefile b/x11/props/Makefile index 06e4d83afd71..8ca258127742 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -22,7 +22,7 @@ USE_IMAKE= yes MAKE_ARGS= INFOFILES="" post-install: - ${MKDIR} ${X11BASE}/lib/X11/locale/C/props; \ - ${INSTALL_DATA} ${WRKSRC}/C/* ${X11BASE}/lib/X11/locale/C/props + ${MKDIR} ${PREFIX}/lib/X11/locale/C/props; \ + ${INSTALL_DATA} ${WRKSRC}/C/* ${PREFIX}/lib/X11/locale/C/props .include <bsd.port.mk> |