diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 03:18:26 +0000 |
commit | c6941c482ece145e97bdb2cd8f5ae1f8938298ea (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /science/ruby-netcdf | |
parent | Add DOCS option for ports with PORTDOCS in plist. (diff) |
Add DOCS option where PORTDOCS is in plist.
Notes
Notes:
svn path=/head/; revision=362024
Diffstat (limited to 'science/ruby-netcdf')
-rw-r--r-- | science/ruby-netcdf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile index 541d7f153f06..dcf5a6d8ec9d 100644 --- a/science/ruby-netcdf/Makefile +++ b/science/ruby-netcdf/Makefile @@ -26,6 +26,8 @@ MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ DOCS= ChangeLog ToDo doc/* +OPTIONS_DEFINE= DOCS + post-install: ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/demo/* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ |