From 21603d2dc264249cac05ffb7baaee089f3867253 Mon Sep 17 00:00:00 2001 From: frueauf Date: Mon, 23 Feb 1998 11:32:46 +0000 Subject: Use ${WRKSRC} rather then ${.CURDIR}/work/xemacs-20.3. Pointed out by William O Ferry . --- editors/xemacs20/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 140c4cfa1a2..f8cb1c8f583 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $NetBSD: Makefile,v 1.15 1998/02/23 08:38:55 tron Exp $ +# $NetBSD: Makefile,v 1.16 1998/02/23 11:32:46 frueauf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -91,7 +91,7 @@ post-install: strip ${PREFIX}/bin/${file} .endfor .if defined(MANZ) - ${.CURDIR}/work/xemacs-20.3/lib-src/gzip-el.sh ${PREFIX}/lib/xemacs-20.3/lisp + ${WRKSRC}/lib-src/gzip-el.sh ${PREFIX}/lib/xemacs-20.3/lisp .endif .include -- cgit v1.2.3