diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-02-23 21:56:17 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-02-23 21:56:17 +0800 |
commit | dc29c5fcf41311d29531fcf8700fdd7d210c529d (patch) | |
tree | 1d135439b715364171416e464649dbf4aaa928de /japanese | |
parent | 8c0f9f0a1a41ee52162a123c84e2c407d345d5fb (diff) | |
download | freebsd-ports-gnome-dc29c5fcf41311d29531fcf8700fdd7d210c529d.tar.gz freebsd-ports-gnome-dc29c5fcf41311d29531fcf8700fdd7d210c529d.tar.zst freebsd-ports-gnome-dc29c5fcf41311d29531fcf8700fdd7d210c529d.zip |
Create DOCSDIR before install the document.
Bump PORTREVISION since the document is installed into incorrect location
in previous PORTREVISION.
Submitted by: bento via kris
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 |