diff options
author | wiz <wiz> | 2005-03-22 15:40:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-22 15:40:17 +0000 |
commit | 27bd3dd8f98d56b47b6a8cbf38d31ec96e0844bc (patch) | |
tree | e4b85f74c61828b61b382162775669a0eab50593 /editors | |
parent | 8de203cd9ff203f0a785ce81c71980cec99cc162 (diff) | |
download | pkgsrc-27bd3dd8f98d56b47b6a8cbf38d31ec96e0844bc.tar.gz |
Use .CURDIR instead of PKGDIR.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-nox11/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index c6e07f56406..4705f423a53 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/02/27 01:05:33 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/03/22 15:40:17 wiz Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-21.4a @@ -17,9 +17,9 @@ GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_BUILDLINK3= yes -PATCHDIR= ${PKGDIR}/../emacs/patches -FILESDIR= ${PKGDIR}/../emacs/files -DISTINFO_FILE= ${PKGDIR}/../emacs/distinfo +PATCHDIR= ${.CURDIR}/../emacs/patches +FILESDIR= ${.CURDIR}/../emacs/files +DISTINFO_FILE= ${.CURDIR}/../emacs/distinfo # needed for 21.4a, can probably go away on next update WRKSRC= ${WRKDIR}/emacs-21.4 |