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-filemagic | |
parent | Add MANUAL_PACKAGE_BUILD because (previous revision notwithstanding) (diff) |
Make portlint happier.
They are not the patches from the submitter, but one which overcome
knu@s objections about the original ones and discussed in ports/69037.
PR: ports/69027 ports/69028 ports/69029 ports/69030 ports/69031 ports/69032 ports/69033 ports/69034 ports/69035 ports/69036 ports/69037
Submitted by: Wesley Shields <wxs@csh.rit.edu>
Notes
Notes:
svn path=/head/; revision=123987
Diffstat (limited to 'devel/ruby-filemagic')
-rw-r--r-- | devel/ruby-filemagic/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-filemagic/Makefile b/devel/ruby-filemagic/Makefile index 33640d802177..a67fb12c0e7b 100644 --- a/devel/ruby-filemagic/Makefile +++ b/devel/ruby-filemagic/Makefile @@ -28,9 +28,9 @@ DOCS= AUTHORS CHANGELOG README TODO \ ${RUBY_RD_FILES} \ ${RUBY_RD_HTML_FILES} -post-install: doc-install +.include <bsd.port.pre.mk> -.include <bsd.port.mk> +post-install: doc-install doc-install: .if !defined(NOPORTDOCS) @@ -39,3 +39,5 @@ doc-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif + +.include <bsd.port.post.mk> |