pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/emacs-nox11 Use .CURDIR instead of PKGDIR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ac82fdb4433
branches: trunk
changeset: 491207:8ac82fdb4433
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Mar 22 15:40:17 2005 +0000
description:
Use .CURDIR instead of PKGDIR.
diffstat:
editors/emacs-nox11/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 2e8bbfe004c4 -r 8ac82fdb4433 editors/emacs-nox11/Makefile
--- a/editors/emacs-nox11/Makefile Tue Mar 22 15:40:06 2005 +0000
+++ b/editors/emacs-nox11/Makefile Tue Mar 22 15:40:17 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index