diff options
author | sf <sf@FreeBSD.org> | 2001-10-24 19:20:01 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-10-24 19:20:01 +0800 |
commit | 03bc6c2c45e5f9a2c1c45fadb8862af2b325acbf (patch) | |
tree | f44f068155fcd25b4848baecb32b29ab3cb80660 /editors/xemacs21-mule-common | |
parent | 605e821a198f37aa76277528f74d8a2d2c8e8882 (diff) | |
download | freebsd-ports-gnome-03bc6c2c45e5f9a2c1c45fadb8862af2b325acbf.tar.gz freebsd-ports-gnome-03bc6c2c45e5f9a2c1c45fadb8862af2b325acbf.tar.zst freebsd-ports-gnome-03bc6c2c45e5f9a2c1c45fadb8862af2b325acbf.zip |
fix incompatibility with bsd.port.mk 1.379 or later.
Diffstat (limited to 'editors/xemacs21-mule-common')
-rw-r--r-- | editors/xemacs21-mule-common/Makefile | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/editors/xemacs21-mule-common/Makefile b/editors/xemacs21-mule-common/Makefile index 3842f56e1eaa..3e5bcfc4862d 100644 --- a/editors/xemacs21-mule-common/Makefile +++ b/editors/xemacs21-mule-common/Makefile @@ -22,28 +22,6 @@ XEMACS_MAJOR_VER= 21 -.for dir in \ - editors/xemacs${XEMACS_MAJOR_VER}-mule \ - japanese/xemacs${XEMACS_MAJOR_VER}-canna \ - japanese/xemacs${XEMACS_MAJOR_VER}-canna+freewnn \ - japanese/xemacs${XEMACS_MAJOR_VER}-canna+wnn6 \ - japanese/xemacs${XEMACS_MAJOR_VER}-freewnn \ - japanese/xemacs${XEMACS_MAJOR_VER}-wnn6 -.if exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.install_done) -WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work -.elif exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.build_done) -WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work -.endif -.endfor -.if !defined(WRKDIR) -.if defined(PACKAGE_BUILDING) -pre-build: - @cd ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-mule; ${MAKE} -.else -BROKEN= You should build install one of the other xemacs ports first -.endif -.endif - CONFIGURE_ARGS= --with-x11 \ --with-mule \ --x-includes=${X11BASE}/include \ @@ -63,7 +41,10 @@ DESCR_TMPL= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-mule-common/files/DESCR.tmp INSTALL_TMPL= ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-mule-common/files/INSTALL.tmpl COMMENT_TEXT= XEmacs(version ${XEMACS_MAJOR_VER}) with mule, lisp files, info pages, etc (except executables) +WRKDIR= ${WRKDIRPREFIX}/${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-mule/work + pre-build: + @cd ${.CURDIR}/../xemacs${XEMACS_MAJOR_VER}-mule; ${MAKE} @${RM} -f ${WRKSRC}/lib-src/DOC* ${WRKSRC}/src/xemacs pre-install: |