diff options
author | Clive Lin <clive@FreeBSD.org> | 2004-04-30 14:01:50 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2004-04-30 14:01:50 +0000 |
commit | dd205b9669ad581ac1aa1e4bf1d65168f57766f6 (patch) | |
tree | 70dba783e0a57381b22d118663827900ec216fd2 /editors | |
parent | 8fc67d6e16f1f89705b4aaf7f20c173b19385626 (diff) | |
download | ports-dd205b9669ad581ac1aa1e4bf1d65168f57766f6.tar.gz ports-dd205b9669ad581ac1aa1e4bf1d65168f57766f6.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index c209cb2e4b15..0088fd6fcc08 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= i386 alpha USE_AUTOCONF_VER=213 USE_GMAKE= yes EMACS_VER= 20.7 -LATEST_LINK?= emacs20 +LATEST_LINK?= ${PKGNAMEPREFIX}emacs20 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if defined(WITHOUT_X11) CONFIGURE_ARGS= --with-x=no --with-pop @@ -34,8 +34,6 @@ USE_XLIB= yes .endif CONFIGURE_ARGS+= --with-line-space -NO_LATEST_LINK= yes - MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= emacs.1 etags.1 ctags.1 PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} |