- 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}
|
||||
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}
|
||||
|
|
Loading…
Reference in a new issue