diff options
author | asami <asami@FreeBSD.org> | 1998-12-17 17:08:09 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-17 17:08:09 +0800 |
commit | dd2d35611431057190412a2ad78be6cbcbdd1e7e (patch) | |
tree | 45d2a101a3cd183d0cc89cec631a61bea180f588 /editors | |
parent | a1cdbb8f54b785876ad78aaa16e8aa58236b603d (diff) | |
download | freebsd-ports-gnome-dd2d35611431057190412a2ad78be6cbcbdd1e7e.tar.gz freebsd-ports-gnome-dd2d35611431057190412a2ad78be6cbcbdd1e7e.tar.zst freebsd-ports-gnome-dd2d35611431057190412a2ad78be6cbcbdd1e7e.zip |
No need to use ${.CURDIR}/... trick in RUN_DEPENDS.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20-dl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs20-dl/Makefile b/editors/emacs20-dl/Makefile index d3c36df943c0..07a319a20b51 100644 --- a/editors/emacs20-dl/Makefile +++ b/editors/emacs20-dl/Makefile @@ -3,7 +3,7 @@ # Date created: 10 October 1998 # Whom: shige # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/13 14:27:06 kuriyama Exp $ # DISTNAME= emacs-20.3 @@ -17,7 +17,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= shige@kuis.kyoto-u.ac.jp -RUN_DEPENDS= emacs-20.3:${.CURDIR}/../../editors/emacs20 +RUN_DEPENDS= emacs-20.3:${PORTSDIR}/editors/emacs20 GNU_CONFIGURE= yes USE_GMAKE= yes |