diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-05 17:14:55 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-05 17:14:55 +0800 |
commit | c5b32d9cbab9815548b4c855a76c76fcba68d270 (patch) | |
tree | 2fb78a92135c1b5607dfeb85946b5fad2901089e /textproc | |
parent | 8acdb126d031cd561a60a349116cd99a9f2d9a15 (diff) | |
download | freebsd-ports-gnome-c5b32d9cbab9815548b4c855a76c76fcba68d270.tar.gz freebsd-ports-gnome-c5b32d9cbab9815548b4c855a76c76fcba68d270.tar.zst freebsd-ports-gnome-c5b32d9cbab9815548b4c855a76c76fcba68d270.zip |
- Move doc-install into post-install. We don't need this workaround
under current infrastructure.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/eruby/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 777520ee1961..baacc97904ad 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -34,11 +34,7 @@ DOCS_JA= README.ja do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} configure.rb ${CONFIGURE_ARGS} -post-install: doc-install - -.include <bsd.port.mk> - -doc-install: +post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ @@ -50,3 +46,6 @@ doc-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif + +.include <bsd.port.mk> + |