diff options
author | asami <asami@FreeBSD.org> | 1996-05-04 08:10:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-04 08:10:03 +0000 |
commit | 85447e0b70c92848c9050dca6dca60bea650fe63 (patch) | |
tree | b28df7b5c3315f1b01fe4bc5cc040488d8f79d1e /japanese/pine | |
parent | 05fa40fb2e076f93dfb25d5bfeb804fbd60c8b56 (diff) | |
download | FreeBSD-ports-85447e0b70c92848c9050dca6dca60bea650fe63.zip FreeBSD-ports-85447e0b70c92848c9050dca6dca60bea650fe63.tar.gz |
A better version of the script from the maintainer.
Submitted by: max@sfc.wide.ad.jp
Diffstat (limited to 'japanese/pine')
-rw-r--r-- | japanese/pine/scripts/configure | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/pine/scripts/configure b/japanese/pine/scripts/configure index 7a808f5..48a7979 100644 --- a/japanese/pine/scripts/configure +++ b/japanese/pine/scripts/configure @@ -7,8 +7,8 @@ fi echo -n "Do you want pine to display its menu and help message in Japanese? (y/n)> " read ans case X$ans in -y*|Y*) -ln -fs ${WRKSRC}/pine-j.hlp ${WRKSRC}/pine.hlp +Xy*|XY*) +ln -fs ${WRKSRC}/pine/pine-j.hlp ${WRKSRC}/pine/pine.hlp ;; *) ln -fs ${WRKSRC}/pine/pine-e.hlp ${WRKSRC}/pine/pine.hlp @@ -20,4 +20,3 @@ w EOP ;; esac - |