diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-18 10:25:24 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-18 10:25:24 +0800 |
commit | 42506cc9f19e1aab1b2efdb3aa3a23a8f2abda65 (patch) | |
tree | ffddd94f00de856faaefabf7ed08595ec41801a2 /devel | |
parent | c44bde351bbdf9314dbbf2215bfa55e530daf657 (diff) | |
download | freebsd-ports-gnome-42506cc9f19e1aab1b2efdb3aa3a23a8f2abda65.tar.gz freebsd-ports-gnome-42506cc9f19e1aab1b2efdb3aa3a23a8f2abda65.tar.zst freebsd-ports-gnome-42506cc9f19e1aab1b2efdb3aa3a23a8f2abda65.zip |
Mark NO_CDROM because the author e-mailed me to say that he places
the distfile under the Creative Commons license, Attribution-NonCommercial
1.0, which says "you may not use this work for commercial purposes."
Diffstat (limited to 'devel')
-rw-r--r-- | devel/invitation_to_ruby/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/invitation_to_ruby/Makefile b/devel/invitation_to_ruby/Makefile index 20a8586058df..946279126880 100644 --- a/devel/invitation_to_ruby/Makefile +++ b/devel/invitation_to_ruby/Makefile @@ -19,6 +19,8 @@ MAINTAINER= trevor@FreeBSD.org COMMENT= A talk given by Jim Weirich, a brief introduction to Ruby NO_BUILD= yes +NO_CDROM= \ +"no commercial use--see \<URL:http://creativecommons.org/licenses/by-nc/1.0/\>" PLIST= ${WRKDIR}/plist |