summaryrefslogtreecommitdiff
path: root/textproc/cmigemo
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-08-30 13:14:23 +0000
committerobache <obache@pkgsrc.org>2013-08-30 13:14:23 +0000
commitbdcbc6650ae5edfe564e38f8f4149538fe2b44a7 (patch)
tree9988525439c7dd20d36b7b0e1d187e1a8540e1e3 /textproc/cmigemo
parentc11f93bc885ad9c482251ec72c1c8e1325ae2a00 (diff)
downloadpkgsrc-bdcbc6650ae5edfe564e38f8f4149538fe2b44a7.tar.gz
drop TOOLS_NOOP=curl.
SKK=JISYO.L will be extracted with pkgsrc, so fetch with curl will be never happend. Moreover, such setting is ambiguous with FETCH_USING=curl. related to PR pkg/48159.
Diffstat (limited to 'textproc/cmigemo')
-rw-r--r--textproc/cmigemo/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/cmigemo/Makefile b/textproc/cmigemo/Makefile
index 97a03ddba94..eb13fbdc090 100644
--- a/textproc/cmigemo/Makefile
+++ b/textproc/cmigemo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/05/31 12:42:06 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2013/08/30 13:14:23 obache Exp $
#
DISTNAME= cmigemo-default-src-20110227
@@ -40,7 +40,4 @@ INSTALL_TARGET= gcc-install
post-extract:
${MV} ${WRKDIR}/${JISYOFILE:R} ${WRKSRC}/dict/SKK-JISYO.L
-# no need to fetch SKK dictionaly file
-TOOLS_NOOP+= curl
-
.include "../../mk/bsd.pkg.mk"