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 /editors/xemacs21-mule | |
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 'editors/xemacs21-mule')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 487befe8d1a5..9b74e668fe52 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 |