diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-07-07 03:27:45 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-07-07 03:27:45 +0000 |
commit | 453bf8ce7a9a41a7b88a682a6c093bb243d1e404 (patch) | |
tree | ad46b6ca88a3bfcf98ddb7f78ffa103e0cc8baa3 /graphics/ruby-libart2/Makefile | |
parent | adff482a33a8297df32f79793367001abd7561ed (diff) | |
download | ports-453bf8ce7a9a41a7b88a682a6c093bb243d1e404.tar.gz ports-453bf8ce7a9a41a7b88a682a6c093bb243d1e404.zip |
Notes
Diffstat (limited to 'graphics/ruby-libart2/Makefile')
-rw-r--r-- | graphics/ruby-libart2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ruby-libart2/Makefile b/graphics/ruby-libart2/Makefile index c5ff6b2cb77d..6e004d2aab63 100644 --- a/graphics/ruby-libart2/Makefile +++ b/graphics/ruby-libart2/Makefile @@ -35,9 +35,11 @@ DOCS= COPYING.LIB ChangeLog README post-patch: general-patch post-install: -.if !defined(NOPORTDOCS) +.if !defined(NOPORTEXAMPLES) @${MKDIR} ${RUBY_MODEXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ +.endif +.if !defined(NOPORTDOCS) @${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ |