diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-04-18 18:34:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-04-18 18:34:17 +0000 |
commit | 391b38aad6ab9f70a712dfb5ec78873fcda3fe39 (patch) | |
tree | 2931bcca21127f24748f652c836d1ab286b3727b /devel/ruby-date2 | |
parent | a0ee393ae827e491427d129cd181f53fa1e261db (diff) | |
download | ports-391b38aad6ab9f70a712dfb5ec78873fcda3fe39.tar.gz ports-391b38aad6ab9f70a712dfb5ec78873fcda3fe39.zip |
Notes
Diffstat (limited to 'devel/ruby-date2')
-rw-r--r-- | devel/ruby-date2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-date2/Makefile b/devel/ruby-date2/Makefile index 52c13f36487a..6e17f9653a04 100644 --- a/devel/ruby-date2/Makefile +++ b/devel/ruby-date2/Makefile @@ -26,9 +26,9 @@ EXAMPLES_JA= ncal.rb .include <bsd.port.pre.mk> -.if ${RUBY_VER} >= 1.7 -IGNORE= is part of ruby ${RUBY_VER} distribution -.endif +#.if ${RUBY_VER} >= 1.7 +#IGNORE= is part of ruby ${RUBY_VER} distribution +#.endif post-install: .if !defined(NOPORTDOCS) |