diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-14 04:54:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-14 04:54:37 +0000 |
commit | 39a413d6b9a7cc3ecdfb4135af2645bf67d7f357 (patch) | |
tree | f493279f29bfb08ef3fa252fcd89eb2a8db61e3f /devel/ruby-mmap | |
parent | 8b7f6be9ce44e273ad177399a92264a6d74c5287 (diff) | |
download | ports-39a413d6b9a7cc3ecdfb4135af2645bf67d7f357.tar.gz ports-39a413d6b9a7cc3ecdfb4135af2645bf67d7f357.zip |
Notes
Diffstat (limited to 'devel/ruby-mmap')
-rw-r--r-- | devel/ruby-mmap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-mmap/Makefile b/devel/ruby-mmap/Makefile index 603245069d47..48ba795eaac0 100644 --- a/devel/ruby-mmap/Makefile +++ b/devel/ruby-mmap/Makefile @@ -29,6 +29,8 @@ DOCS= Changes \ ${RUBY_RD_HTML_FILES} \ docs/doc +.include <bsd.port.pre.mk> + post-build: .if !defined(NOPORTDOCS) cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} rdoc @@ -36,8 +38,6 @@ post-build: post-install: doc-install -.include <bsd.port.mk> - doc-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} @@ -45,3 +45,5 @@ doc-install: ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif + +.include <bsd.port.post.mk> |