diff options
author | taca <taca@pkgsrc.org> | 2010-09-23 09:22:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-23 09:22:13 +0000 |
commit | ed7aacd54977a3447473e64dc00f66c09e158f26 (patch) | |
tree | b079eccd1578200967416534deeb6c70c484ab0f /misc | |
parent | 0def8e94d366abdf596904774cd343203048afb6 (diff) | |
download | pkgsrc-ed7aacd54977a3447473e64dc00f66c09e158f26.tar.gz |
Remove empty value of LICENSE.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-configuration/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/ruby-configuration/Makefile b/misc/ruby-configuration/Makefile index 5373090c6a3..fad4fc86be6 100644 --- a/misc/ruby-configuration/Makefile +++ b/misc/ruby-configuration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/09/10 07:22:08 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/09/23 09:22:14 taca Exp $ DISTNAME= configuration-1.1.0 CATEGORIES= misc @@ -6,7 +6,6 @@ CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://github.com/ahoward/configuration COMMENT= Library for loading Ruby configuration files -LICENSE= # unknown pre-configure: ${FIND} ${WRKSRC} -type f -exec ${CHMOD} g-w {} \; |