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/rubygem-locale | |
parent | 8b7f6be9ce44e273ad177399a92264a6d74c5287 (diff) | |
download | ports-39a413d6b9a7cc3ecdfb4135af2645bf67d7f357.tar.gz ports-39a413d6b9a7cc3ecdfb4135af2645bf67d7f357.zip |
Notes
Diffstat (limited to 'devel/rubygem-locale')
-rw-r--r-- | devel/rubygem-locale/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/rubygem-locale/Makefile b/devel/rubygem-locale/Makefile index a6e23568c363..beaadbc2559f 100644 --- a/devel/rubygem-locale/Makefile +++ b/devel/rubygem-locale/Makefile @@ -28,9 +28,9 @@ RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb DOCS_EN= ChangeLog README DOCS_JA= README.ja -post-install: doc-install +.include <bsd.port.pre.mk> -.include <bsd.port.mk> +post-install: doc-install doc-install: .if !defined(NOPORTDOCS) @@ -45,3 +45,5 @@ doc-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif + +.include <bsd.port.post.mk> |