summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-02-23 13:05:52 +0000
committerfrueauf <frueauf>1998-02-23 13:05:52 +0000
commitaa6f4a6e9673a0ad78a16fa5d28998b1265ce7e4 (patch)
tree150e79a532060ebf1dd22a927a2d9a09455fbbac /editors
parent4b8c9b60ded27102347429fe0cbfa24baee14ae7 (diff)
downloadpkgsrc-aa6f4a6e9673a0ad78a16fa5d28998b1265ce7e4.tar.gz
s/${.CURDIR}/work/xemacs-20.3/${WRKSRC}
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 acf04c615eb..1bed4a85f08 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.17 1998/02/23 12:27:19 agc Exp $
+# $NetBSD: Makefile,v 1.18 1998/02/23 13:05:52 frueauf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -71,7 +71,7 @@ post-install:
strip ${PREFIX}/bin/${file}
.endfor
@if [ "X${MANZ}" != X"" ]; then \
- ${.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; \
fi
.include <bsd.port.mk>