diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-19 15:38:34 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-19 15:38:34 +0000 |
commit | 462cc21ac7c8cf1594497da32ab01d9aa3a678fd (patch) | |
tree | fc8fdbff21fe6f9824631b9a78dc2933afb10d81 /japanese/emacs20-dl-wnn6 | |
parent | 747a55cbdd2563acc754ff3cd4e742612263b901 (diff) |
s;${PORTSDIR};${.CURDIR}/../..;
I'm sorry. The previous commit makes port-build broken,
when ${PORTSDIR} path includes an path with symlink.
Submitted by: Satoshi - Ports Wraith - Asami <asami@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=24835
Diffstat (limited to 'japanese/emacs20-dl-wnn6')
-rw-r--r-- | japanese/emacs20-dl-wnn6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile index 39bb0dd1878a..7ecce893f23f 100644 --- a/japanese/emacs20-dl-wnn6/Makefile +++ b/japanese/emacs20-dl-wnn6/Makefile @@ -30,7 +30,7 @@ PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${MACHINE_ARCH}--freebsd \ DOCDIR= share/doc/emacs20-dl-wnn6 EMACS_VER= 20.5 -EMACSDL_DIR= ${PORTSDIR}/editors/emacs20-dl +EMACSDL_DIR= ${.CURDIR}/../../editors/emacs20-dl EMACSDL_SRCDIR= ${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER} # hack to allow parallel build to work .if defined(PARALLEL_PACKAGE_BUILD) |