aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2000-01-27 21:36:37 +0800
committertaoka <taoka@FreeBSD.org>2000-01-27 21:36:37 +0800
commitff674c6466cfc34599b6e2a4e7eb78365a80c5a9 (patch)
tree7982ed91032d079564c411298e15188b7b92e8c4 /japanese
parentb755bbdf6955c8d6663cd1bd286b5ce1a5453fdb (diff)
downloadfreebsd-ports-gnome-ff674c6466cfc34599b6e2a4e7eb78365a80c5a9.tar.gz
freebsd-ports-gnome-ff674c6466cfc34599b6e2a4e7eb78365a80c5a9.tar.zst
freebsd-ports-gnome-ff674c6466cfc34599b6e2a4e7eb78365a80c5a9.zip
edict.gz edict.doc were unfetchable
Obtained from: http://www.freebsd.org/%7Efenner/portsurvey/
Diffstat (limited to 'japanese')
-rw-r--r--japanese/edict-sdic/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/japanese/edict-sdic/Makefile b/japanese/edict-sdic/Makefile
index 73bad14b2e89..370da1496f97 100644
--- a/japanese/edict-sdic/Makefile
+++ b/japanese/edict-sdic/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://pine.kuee.kyoto-u.ac.jp/pub/tsuchiya/sdic/ \
ftp://ftp.cdrom.com/pub/japanese/monash/ \
ftp://ftp.sedl.org/pub/mirrors/nihongo/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/nihongo/ftp.cc.monash.edu.au/
-DISTFILES= sdic-2.1.2.tar.gz edict/edict.gz edict/edict.doc
+DISTFILES= sdic-2.1.2.tar.gz edict.gz edict.doc
MAINTAINER= taoka@FreeBSD.org
@@ -25,9 +25,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=mule \
--with-lispdir=${PREFIX}/share/emacs/site-lisp \
--with-dictdir=${PREFIX}/share/dict
+
post-extract:
- ${CP} -f ${DISTDIR}/edict/edict.gz ${WRKSRC}
- ${CP} -f ${DISTDIR}/edict/edict.doc ${WRKSRC}
+ ${CP} -f ${DISTDIR}/edict.gz ${WRKSRC}
+ ${CP} -f ${DISTDIR}/edict.doc ${WRKSRC}
${GZIP_CMD} -d ${WRKSRC}/edict.gz
do-install: