diff options
author | asami <asami@FreeBSD.org> | 1999-07-16 05:53:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-07-16 05:53:15 +0800 |
commit | d63c3061d1fde1f3676cfb888dc5135efd30ac65 (patch) | |
tree | 96c445787af4fd400b0e5b4d34cf756f4152bd65 /japanese/emacs20-dl-canna | |
parent | 925305969ab7f7bf5b14ac0533864ab6058a5711 (diff) | |
download | freebsd-ports-gnome-d63c3061d1fde1f3676cfb888dc5135efd30ac65.tar.gz freebsd-ports-gnome-d63c3061d1fde1f3676cfb888dc5135efd30ac65.tar.zst freebsd-ports-gnome-d63c3061d1fde1f3676cfb888dc5135efd30ac65.zip |
Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn't
build but at least it will have a better chance.
Diffstat (limited to 'japanese/emacs20-dl-canna')
-rw-r--r-- | japanese/emacs20-dl-canna/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/emacs20-dl-canna/Makefile b/japanese/emacs20-dl-canna/Makefile index f8b6d0f90120..8031793940a4 100644 --- a/japanese/emacs20-dl-canna/Makefile +++ b/japanese/emacs20-dl-canna/Makefile @@ -3,7 +3,7 @@ # Date created: 10 October 1998 # Whom: shige # -# $Id: Makefile,v 1.4 1999/03/17 21:47:10 shige Exp $ +# $Id: Makefile,v 1.5 1999/06/15 00:30:01 shige Exp $ # DISTNAME= emacs-canna-${DLCANNA_VER} @@ -31,7 +31,7 @@ PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${MACHINE_ARCH}--freebsd \ # ports variables EMACS_VER= 20.3 -EMACSDL_DIR= ${PORTSDIR}/editors/emacs20-dl +EMACSDL_DIR= ${.CURDIR}/../../editors/emacs20-dl EMACSDL_SRCDIR= ${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER}/src APEL_DEPENDS= ${PREFIX}/share/emacs/${EMACS_VER}/site-lisp/emu/emu.el LISPDIR= share/emacs/site-lisp |