summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/gauche-kakasi/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/gauche-kakasi/Makefile b/japanese/gauche-kakasi/Makefile
index 1496b8e3a85d..1b4e7520b21c 100644
--- a/japanese/gauche-kakasi/Makefile
+++ b/japanese/gauche-kakasi/Makefile
@@ -13,11 +13,9 @@ MASTER_SITE_SUBDIR= gauche
DISTNAME= Gauche-${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= fuyuki@nigredo.org
COMMENT= KAKASI binding for Gauche
-BROKEN= Broken dependency
-
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi
@@ -29,6 +27,10 @@ DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
PLIST_SUB= VERSION="`gauche-config -V`" \
TARGET="${CONFIGURE_TARGET}"
+pre-install:
+ ${MKDIR} `gauche-config --sitelibdir`
+ ${MKDIR} `gauche-config --sitearchdir`
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}