summaryrefslogtreecommitdiff
path: root/misc/rubygems
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-14 15:30:10 +0000
committerjlam <jlam>2008-03-14 15:30:10 +0000
commitee8c37e7e30aa7035307d70a1a9fef42a6eb28ea (patch)
tree1a4061c3af8cdc7abb55401838fa051ab61e135e /misc/rubygems
parent493988123a7c082206fdbdd19c601ce14be9f5ab (diff)
downloadpkgsrc-ee8c37e7e30aa7035307d70a1a9fef42a6eb28ea.tar.gz
+ Add an example value for GEM_CLEANBUILD.
Diffstat (limited to 'misc/rubygems')
-rw-r--r--misc/rubygems/rubygem.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/rubygems/rubygem.mk b/misc/rubygems/rubygem.mk
index 2928709bf62..d29c58ea0b2 100644
--- a/misc/rubygems/rubygem.mk
+++ b/misc/rubygems/rubygem.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubygem.mk,v 1.18 2008/03/14 15:25:28 jlam Exp $
+# $NetBSD: rubygem.mk,v 1.19 2008/03/14 15:30:10 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install Ruby gems.
@@ -15,6 +15,10 @@
# A list of shell globs representing files to remove from the
# gem installed in the buildroot. The default is an empty list.
#
+# Example:
+#
+# GEM_CLEANBUILD= *.o *.${RUBY_DLEXT} mkmf.log
+#
# GEM_NAME
# The name of the gem to install. The default value is ${DISTNAME}.
#