diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-07 16:17:07 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-07 16:17:07 +0000 |
commit | e00f1aa0d252c988b0799e48aef563ce7d6cb969 (patch) | |
tree | 2e31319096281c0b49170b290780cd44510a38b7 /japanese/xemacs21-wnn6 | |
parent | 45f70d0346eb33104662dd6e628917730f07d747 (diff) | |
download | ports-e00f1aa0d252c988b0799e48aef563ce7d6cb969.tar.gz ports-e00f1aa0d252c988b0799e48aef563ce7d6cb969.zip |
Revise harmful XEMACS_MAJOR_VER.
XEMACS_MAJOR_VER should have fixed value "21".
Remove Repo-copy trashes.
PR: ports/15949
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes
Notes:
svn path=/head/; revision=24504
Diffstat (limited to 'japanese/xemacs21-wnn6')
-rw-r--r-- | japanese/xemacs21-wnn6/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/xemacs21-wnn6/Makefile b/japanese/xemacs21-wnn6/Makefile index 49be02f9ca19..fc34580a579a 100644 --- a/japanese/xemacs21-wnn6/Makefile +++ b/japanese/xemacs21-wnn6/Makefile @@ -6,9 +6,7 @@ # $FreeBSD$ # -.include <bsd.port.pre.mk> - -XEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-wnn6$!!} +XEMACS_MAJOR_VER= 21 WNN6= yes .include "${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/Makefile" |