Create DOCSDIR before install the document.

Bump PORTREVISION since the document is installed into incorrect location
in previous PORTREVISION.

Submitted by:	bento via kris
This commit is contained in:
MANTANI Nobutaka 2004-02-23 13:56:17 +00:00
parent d82605ecd8
commit 4478b09ae5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101860

View File

@ -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