aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2004-02-23 21:56:17 +0800
committernobutaka <nobutaka@FreeBSD.org>2004-02-23 21:56:17 +0800
commitdc29c5fcf41311d29531fcf8700fdd7d210c529d (patch)
tree1d135439b715364171416e464649dbf4aaa928de /japanese
parent8c0f9f0a1a41ee52162a123c84e2c407d345d5fb (diff)
downloadfreebsd-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/Makefile3
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