diff options
Diffstat (limited to 'devel/gettext-old/Makefile')
-rw-r--r-- | devel/gettext-old/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile index 5e74e29bcbb3..deeee97f1147 100644 --- a/devel/gettext-old/Makefile +++ b/devel/gettext-old/Makefile @@ -22,8 +22,9 @@ pre-configure: post-install: @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir + ${MKDIR} ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \ - ${PREFIX}/share/gettext/po-mode.el + ${PREFIX}/share/emacs/site-lisp/po-mode.el ${MKDIR} ${X11BASE}/share/locale .include <bsd.port.mk> |