diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-21 07:42:48 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-21 07:42:48 +0000 |
commit | 0d4441a6fda9bc02b8bf7dae8a770f43d865f1a2 (patch) | |
tree | f2a4cad366e539df0ed52647177cb344c0d8d35e /audio/ruby-audiofile/Makefile | |
parent | 76cb7ca52c803ae347e4125d120533603c099e19 (diff) | |
download | ports-0d4441a6fda9bc02b8bf7dae8a770f43d865f1a2.tar.gz ports-0d4441a6fda9bc02b8bf7dae8a770f43d865f1a2.zip |
Notes
Diffstat (limited to 'audio/ruby-audiofile/Makefile')
-rw-r--r-- | audio/ruby-audiofile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/ruby-audiofile/Makefile b/audio/ruby-audiofile/Makefile index 98210be36f6e..6a51aa33e354 100644 --- a/audio/ruby-audiofile/Makefile +++ b/audio/ruby-audiofile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= audiofile -PORTVERSION= 0.1 +PORTVERSION= 0.1.1 CATEGORIES= audio ruby MASTER_SITES= http://%SUBDIR%.sourceforge.net/download/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -34,8 +34,6 @@ DOCS= audiofile.html audiofile.rd post-patch: ${RUBY} -i -pe 'gsub %r|/home/jaredj/ruby-lib/cddb\b|, "cddb"' \ ${CDDB_WRKSRC}/wavcddb.rb - ${RUBY} -i -pe 'gsub /\(\(<(.*?)(\||>)/, "((<\"\\1\"\\2"' \ - ${WRKSRC}/audiofile.rd do-build: .if !defined(NOPORTDOCS) |