summaryrefslogtreecommitdiff
path: root/japanese/srd-fpw/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-09-06 12:19:11 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-09-06 12:19:11 +0000
commit40b2a920e9edeaa86854292dd09fbb9a57d4c397 (patch)
tree7d5fd3c628ae8e63792af2ff0312a0fe83dbc59a /japanese/srd-fpw/Makefile
parentFix `python: command not found' when python doesn't exist. (diff)
Updated to version 1.1.1
Notes
Notes: svn path=/head/; revision=32332
Diffstat (limited to 'japanese/srd-fpw/Makefile')
-rw-r--r--japanese/srd-fpw/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/japanese/srd-fpw/Makefile b/japanese/srd-fpw/Makefile
index 69bd9c633f3a..fa26bf28678a 100644
--- a/japanese/srd-fpw/Makefile
+++ b/japanese/srd-fpw/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= srd-fpw
-PORTVERSION= 1.1
+PORTVERSION= 1.1.1
CATEGORIES= japanese
MASTER_SITES= http://openlab.ring.gr.jp/edict/srd-fpw/
DISTNAME= srd-fpw${PORTVERSION}-src
@@ -26,24 +26,18 @@ post-extract:
@if [ ! -f ${DICT_PATH}/SRD.INI ]; then \
${ECHO} "###################################################"; \
${ECHO} "Specify a mount point for Random House's CD-ROM"; \
- ${ECHO} "and excecute the following command again:"; \
+ ${ECHO} "or a directory which you copied it from the CD-ROM".; \
+ ${ECHO} "And excecute the following command again:"; \
${ECHO} " make DICT_PATH=${DICT_PATH}"; \
${ECHO} "###################################################"; \
${FALSE}; \
fi
- ${MKDIR} ${WRKSRC}/source/DATA
- ${CP} ${DICT_PATH}/Readme.txt ${WRKSRC}/source
- ${CP} ${DICT_PATH}/DATA/main.txt ${WRKSRC}/source/DATA/
- ${CP} ${DICT_PATH}/DATA/en.dat ${WRKSRC}/source/DATA/
- ${CP} ${DICT_PATH}/DATA/tr.dat ${WRKSRC}/source/DATA/
- ${CP} ${DICT_PATH}/DATA/img.dat ${WRKSRC}/source/DATA/
do-build:
# cd ${WRKSRC}; fpwmake SRCDIR=${DICT_PATH} > /dev/null; \
-# cd ${WRKSRC}; fpwmake SRCDIR=${DICT_PATH}; \
cd ${WRKSRC}; \
- fpwmake png; \
- fpwmake ; \
+ fpwmake SRCDIR=${DICT_PATH} png; \
+ fpwmake SRCDIR=${DICT_PATH}; \
fpwmake catalogs
do-install: