diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/anthy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile index bdb596ab34e4..1eb78199213f 100644 --- a/japanese/anthy/Makefile +++ b/japanese/anthy/Makefile @@ -7,7 +7,7 @@ PORTNAME= anthy PORTVERSION= 4700 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://downloads.sourceforge.jp/anthy/6621/:anthy DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:anthy @@ -45,6 +45,7 @@ post-install: ${MKDIR} ${PREFIX}/${ELISPDIR} ${INSTALL_DATA} ${WRKSRC}/src-util/*.el ${PREFIX}/${ELISPDIR} .if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/ELISP ${PREFIX}/${DOCSDIR} .endif |