diff options
author | itojun <itojun@pkgsrc.org> | 2002-04-03 02:55:24 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-04-03 02:55:24 +0000 |
commit | 5b0df1b1ba9126b9ff7a0c866b32399071fcee1b (patch) | |
tree | 8509644e2f3e296888d4788ba6a68c7982e5545e /japanese | |
parent | c851ba3b66bd996663f5c605cb827b9562c60c81 (diff) | |
download | pkgsrc-5b0df1b1ba9126b9ff7a0c866b32399071fcee1b.tar.gz |
fix build on Darwin/MacOS X. on HFS+, "NKF" and "nkf" are treated as the
same entity so linkage will fail if "NKF" is present.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/nkf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile index 205768c7cb4..a705506de98 100644 --- a/japanese/nkf/Makefile +++ b/japanese/nkf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 15:25:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/04/03 02:55:24 itojun Exp $ DISTNAME= nkf-1.7 CATEGORIES= japanese converters @@ -15,6 +15,7 @@ PATCH_DIST_ARGS+= -R -d ${WRKSRC} post-extract: @cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/nkf.post-extract + @${RM} -rf ${WRKSRC}/NKF do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nkf ${PREFIX}/bin |