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 | |
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')
-rw-r--r-- | editors/xemacs21-mule-common/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 4 |
2 files changed, 2 insertions, 6 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 \ diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 487befe..9b74e66 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -70,9 +70,7 @@ INSTALL_TARGET?=install-arch-dep FILESDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}/files PLIST?= ${PKGLDIR}/PLIST -.include <bsd.port.pre.mk> - -XEMACS_MAJOR_VER?= ${.CURDIR:S!^${PORTSDIR}/editors/xemacs!!:S!-mule$!!} +XEMACS_MAJOR_VER?= 21 MULE_PORT= yes PKGNAMEEXT?= -mule DESCR_TMPL?= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-mule/files/DESCR.tmpl |