diff options
author | shige <shige@FreeBSD.org> | 2000-01-07 16:17:07 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-07 16:17:07 +0000 |
commit | a79b0e1eb0f844383542d21bea839f830b034290 (patch) | |
tree | 65a301d9304f7e625d58dbc2be344e59300470c3 /editors/xemacs21-mule-common | |
parent | 258531b91c6b742294631447eaaf9fe2f008535b (diff) | |
download | FreeBSD-ports-a79b0e1eb0f844383542d21bea839f830b034290.zip FreeBSD-ports-a79b0e1eb0f844383542d21bea839f830b034290.tar.gz |
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 'editors/xemacs21-mule-common')
-rw-r--r-- | editors/xemacs21-mule-common/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xemacs21-mule-common/Makefile b/editors/xemacs21-mule-common/Makefile index 9a7a6bc..2ebf011b 100644 --- a/editors/xemacs21-mule-common/Makefile +++ b/editors/xemacs21-mule-common/Makefile @@ -22,9 +22,7 @@ # LIB_INPUT_METHOD : LIB_DEPENDS list of Input Methods # BUILD_INPUT_METHOD: BUILD_DEPENDS list of Input Methods -.include <bsd.port.pre.mk> - -XEMACS_MAJOR_VER= ${.CURDIR:S!^${PORTSDIR}/editors/xemacs!!:S!-mule-common$!!} +XEMACS_MAJOR_VER= 21 .for dir in \ editors/xemacs${XEMACS_MAJOR_VER}-mule \ |