summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-02-23 11:32:46 +0000
committerfrueauf <frueauf>1998-02-23 11:32:46 +0000
commit21603d2dc264249cac05ffb7baaee089f3867253 (patch)
treea6104ad87c40a4bf5ee306fac8bfc47a64a3ebe0 /editors
parent08da8539317348b918153e8b794ca5b897640465 (diff)
downloadpkgsrc-21603d2dc264249cac05ffb7baaee089f3867253.tar.gz
Use ${WRKSRC} rather then ${.CURDIR}/work/xemacs-20.3.
Pointed out by William O Ferry <woferry@CMU.EDU>.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.mk>