diff options
author | taoka <taoka@FreeBSD.org> | 2000-09-06 20:19:11 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-09-06 20:19:11 +0800 |
commit | 506bf3ac21a6cbe74f43a0c668d57576f035906f (patch) | |
tree | 073143f86e4d1cc23fd70cc0f22d6b431e23cdd5 | |
parent | 1f0200e99086718a4741d75457a921976682463d (diff) | |
download | freebsd-ports-gnome-506bf3ac21a6cbe74f43a0c668d57576f035906f.tar.gz freebsd-ports-gnome-506bf3ac21a6cbe74f43a0c668d57576f035906f.tar.zst freebsd-ports-gnome-506bf3ac21a6cbe74f43a0c668d57576f035906f.zip |
Updated to version 1.1.1
-rw-r--r-- | japanese/srd-fpw/Makefile | 16 | ||||
-rw-r--r-- | japanese/srd-fpw/distinfo | 2 |
2 files changed, 6 insertions, 12 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: diff --git a/japanese/srd-fpw/distinfo b/japanese/srd-fpw/distinfo index 06059590b770..d3a8f5316dad 100644 --- a/japanese/srd-fpw/distinfo +++ b/japanese/srd-fpw/distinfo @@ -1 +1 @@ -MD5 (srd-fpw1.1-src.tar.gz) = 435fa32e159133b2fb47278e8fc56699 +MD5 (srd-fpw1.1.1-src.tar.gz) = 3afba68cb2f32ce334d406b96e96ecf1 |