- temporal fix for the gauche package's bug (missing empty directories)
- re-assign maintainership PR: ports/55449 Submitted by: Kimura Fuyuki
This commit is contained in:
parent
fb573f4e44
commit
0cb22d9d74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91001
1 changed files with 5 additions and 3 deletions
|
@ -13,11 +13,9 @@ MASTER_SITE_SUBDIR= gauche
|
||||||
DISTNAME= Gauche-${PORTNAME}-${PORTVERSION}
|
DISTNAME= Gauche-${PORTNAME}-${PORTVERSION}
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= fuyuki@nigredo.org
|
||||||
COMMENT= KAKASI binding for Gauche
|
COMMENT= KAKASI binding for Gauche
|
||||||
|
|
||||||
BROKEN= Broken dependency
|
|
||||||
|
|
||||||
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
|
BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi
|
LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi
|
||||||
|
@ -29,6 +27,10 @@ DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME}
|
||||||
PLIST_SUB= VERSION="`gauche-config -V`" \
|
PLIST_SUB= VERSION="`gauche-config -V`" \
|
||||||
TARGET="${CONFIGURE_TARGET}"
|
TARGET="${CONFIGURE_TARGET}"
|
||||||
|
|
||||||
|
pre-install:
|
||||||
|
${MKDIR} `gauche-config --sitelibdir`
|
||||||
|
${MKDIR} `gauche-config --sitearchdir`
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
|
|
Loading…
Reference in a new issue