diff options
author | obache <obache> | 2008-10-22 02:37:21 +0000 |
---|---|---|
committer | obache <obache> | 2008-10-22 02:37:21 +0000 |
commit | 7e5b5bce2c766b18ae92828f1dc2b46ae8db1cf9 (patch) | |
tree | e1e148395191badda2bb67af4a9505f7ea8f0ece /textproc/ipadic | |
parent | 03142d573ddf428c267216b3faddec8a96c5d1de (diff) | |
download | pkgsrc-7e5b5bce2c766b18ae92828f1dc2b46ae8db1cf9.tar.gz |
MAKE_JOBS_SAFE=no, per PR 39782.
Diffstat (limited to 'textproc/ipadic')
-rw-r--r-- | textproc/ipadic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ipadic/Makefile b/textproc/ipadic/Makefile index 4a65ea26a5d..7b5ac8eedb5 100644 --- a/textproc/ipadic/Makefile +++ b/textproc/ipadic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/08/03 01:32:06 taca Exp $ +# $NetBSD: Makefile,v 1.15 2008/10/22 02:37:21 obache Exp $ # DISTNAME= ipadic-2.7.0 @@ -21,6 +21,8 @@ DOCS= AUTHORS COPYING ChangeLog NEWS doc/ipadic-ja.pdf INSTALLATION_DIRS= ${DOCDIR} PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + post-install: .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${DOCDIR} |