diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-02-23 13:05:52 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-02-23 13:05:52 +0000 |
commit | 25c96f388fa1bfc85b2da2b5b811ad5c2f44e15e (patch) | |
tree | 150e79a532060ebf1dd22a927a2d9a09455fbbac /editors | |
parent | 031a6756da3f1f92f716711325c53b6b20861785 (diff) | |
download | pkgsrc-25c96f388fa1bfc85b2da2b5b811ad5c2f44e15e.tar.gz |
s/${.CURDIR}/work/xemacs-20.3/${WRKSRC}
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs20/Makefile | 4 |
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> |