diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
| commit | ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch) | |
| tree | 7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /textproc/ruby-mwdom/Makefile | |
| parent | 939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff) | |
Notes
Diffstat (limited to 'textproc/ruby-mwdom/Makefile')
| -rw-r--r-- | textproc/ruby-mwdom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-mwdom/Makefile b/textproc/ruby-mwdom/Makefile index 6256b1c5e76d..99cd6938495a 100644 --- a/textproc/ruby-mwdom/Makefile +++ b/textproc/ruby-mwdom/Makefile @@ -24,8 +24,8 @@ NO_BUILD= yes do-install: ${CP} -R ${WRKSRC}/mwdom ${RUBY_SITELIBDIR}/ .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/*.* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ + ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/*.* ${RUBY_MODEXAMPLESDIR}/ .endif .include <bsd.port.mk> |
