diff options
author | shige <shige@FreeBSD.org> | 2000-01-08 00:17:07 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-08 00:17:07 +0800 |
commit | a79b0e1eb0f844383542d21bea839f830b034290 (patch) | |
tree | 65a301d9304f7e625d58dbc2be344e59300470c3 /japanese/xemacs21-canna | |
parent | 258531b91c6b742294631447eaaf9fe2f008535b (diff) | |
download | freebsd-ports-gnome-a79b0e1eb0f844383542d21bea839f830b034290.tar.gz freebsd-ports-gnome-a79b0e1eb0f844383542d21bea839f830b034290.tar.zst freebsd-ports-gnome-a79b0e1eb0f844383542d21bea839f830b034290.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>
Diffstat (limited to 'japanese/xemacs21-canna')
-rw-r--r-- | japanese/xemacs21-canna/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/xemacs21-canna/Makefile b/japanese/xemacs21-canna/Makefile index bfc513b30ff4..0592ebb33d38 100644 --- a/japanese/xemacs21-canna/Makefile +++ b/japanese/xemacs21-canna/Makefile @@ -28,9 +28,7 @@ MANLANG= ja MAN1= xemacs-ja.1 DESCR= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/pkg/DESCR -.include <bsd.port.pre.mk> - -XEMACS_MAJOR_VER?= ${.CURDIR:S!^${PORTSDIR}/japanese/xemacs!!:S!-canna$!!} +XEMACS_MAJOR_VER?= 21 LANGPREFIX= ja- DESCR_TMPL= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-canna/files/DESCR.tmpl .if defined(CANNA) && defined(WNN4) |