diff options
author | jlam <jlam@pkgsrc.org> | 2008-03-14 15:30:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-03-14 15:30:10 +0000 |
commit | fd91e6e27519e9f8bc95d7336d31d3d1f9358c1a (patch) | |
tree | 1a4061c3af8cdc7abb55401838fa051ab61e135e /misc | |
parent | 228b705253b4e918862de0f3d7137ff69070bd50 (diff) | |
download | pkgsrc-fd91e6e27519e9f8bc95d7336d31d3d1f9358c1a.tar.gz |
+ Add an example value for GEM_CLEANBUILD.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygems/rubygem.mk | 6 |
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}. # |