diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:12:53 +0000 |
commit | 380317bde9db6861d1d800cc1e9f44f21857bcee (patch) | |
tree | 7779cd09554e172da6706253f05a3e6e179c1986 /textproc/ruby-rd-mode.el | |
parent | 48775a7604e95255ed935a46a7ffe919a74aa502 (diff) | |
download | ports-380317bde9db6861d1d800cc1e9f44f21857bcee.tar.gz ports-380317bde9db6861d1d800cc1e9f44f21857bcee.zip |
Notes
Diffstat (limited to 'textproc/ruby-rd-mode.el')
-rw-r--r-- | textproc/ruby-rd-mode.el/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-rd-mode.el/Makefile b/textproc/ruby-rd-mode.el/Makefile index c2d916da5199..5b1a8d06ef0f 100644 --- a/textproc/ruby-rd-mode.el/Makefile +++ b/textproc/ruby-rd-mode.el/Makefile @@ -28,7 +28,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-extract: ${MKDIR} ${WRKDIR} - ${LN} -sf `cd ${.CURDIR}/../ruby-rdtool && ${MAKE} -V WRKSRC`/utils ${WRKSRC} + ${LN} -sf `cd ${.CURDIR}/../ruby-rdtool; ${MAKE} -V WRKSRC`/utils ${WRKSRC} do-install: ${MKDIR} ${XEMACSLISPDIR}/ |