diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-14 12:54:37 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-14 12:54:37 +0800 |
commit | a0b8887e2d28d69178ff83431a09daedf37d2c32 (patch) | |
tree | 3b43b86f4812117b8f71fa603b636e48fda58364 /devel/ruby-mmap | |
parent | ac112b271cc4de0a66a1cdf8a8d7706f229246e3 (diff) | |
download | freebsd-ports-gnome-a0b8887e2d28d69178ff83431a09daedf37d2c32.tar.gz freebsd-ports-gnome-a0b8887e2d28d69178ff83431a09daedf37d2c32.tar.zst freebsd-ports-gnome-a0b8887e2d28d69178ff83431a09daedf37d2c32.zip |
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>
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> |