summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2003-10-13 09:01:02 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2003-10-13 09:01:02 +0000
commit0cb22d9d746c501beae3124ddbbff7753ffd481a (patch)
treec3fdbad96536180aa2973ee0692b65c0b75bbe97 /japanese
parentFix build on 64-bit platforms. (diff)
- temporal fix for the gauche package's bug (missing empty directories)
- re-assign maintainership PR: ports/55449 Submitted by: Kimura Fuyuki
Notes
Notes: svn path=/head/; revision=91001
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}