diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-15 19:01:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-15 19:01:19 +0000 |
commit | 76a7903fb88d1e81253a8aa3eaa17cb753c2dac4 (patch) | |
tree | 97e7507635a4b963f69d1e1b0a68ffe48663d0d1 /devel/ruby-rudl/Makefile | |
parent | Remove non-existing wmfun library from LIB_DEPENDS. (diff) |
Update to 0.4.
Diffstat (limited to 'devel/ruby-rudl/Makefile')
-rw-r--r-- | devel/ruby-rudl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-rudl/Makefile b/devel/ruby-rudl/Makefile index 2d86403fde24..951f977eadfa 100644 --- a/devel/ruby-rudl/Makefile +++ b/devel/ruby-rudl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rudl -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= devel ruby MASTER_SITES= http://froukepc.dhs.org/rudl/download/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ USE_RUBY_EXTCONF= yes CONFIGURE_ARGS= --with-sdl-config="sdl11-config" INSTALL_TARGET= site-install -DOCS= Readme +DOCS= INSTALL.txt LICENSE.txt README.txt WARRANTY.txt post-patch: ${RUBY} -i -pe 'gsub %r:\.\./:, ""' ${WRKSRC}/samples/*.rb |