diff options
Diffstat (limited to 'textproc/uim-el')
-rw-r--r-- | textproc/uim-el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index 98f8260accdf..b7a1c34655aa 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS?=--enable-emacs --with-lispdir=${LOCALBASE}/${EMACS_VERSION_SITE_ CONFIGURE_ENV= EMACS=${EMACS_CMD} DOCSDIR_JA= ${PREFIX}/share/doc/ja/uim-el -PLIST_SUB= DOCSDIR_JA="${DOCSDIR_JA:S,^${PREFIX}/,,}" +PLIST_SUB+= DOCSDIR_JA="${DOCSDIR_JA:S,^${PREFIX}/,,}" .if !defined(NOPORTDOCS) post-install: |