diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-13 19:43:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-13 19:43:42 +0000 |
commit | 67bd4512ae9ab3a3b1c34db74063d8be1f3b30cf (patch) | |
tree | ddb51436b11d7bdc0624c6dc5730a3632c61f228 /audio/ruby-freedb/Makefile | |
parent | 51b0ce548591b2937a7c7948fbe3999ca0a281ef (diff) | |
download | ports-67bd4512ae9ab3a3b1c34db74063d8be1f3b30cf.tar.gz ports-67bd4512ae9ab3a3b1c34db74063d8be1f3b30cf.zip |
Update to 0.5.
Notes
Notes:
svn path=/head/; revision=75473
Diffstat (limited to 'audio/ruby-freedb/Makefile')
-rw-r--r-- | audio/ruby-freedb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile index 9a8a6092cc22..8f537468a27d 100644 --- a/audio/ruby-freedb/Makefile +++ b/audio/ruby-freedb/Makefile @@ -6,9 +6,9 @@ # PORTNAME= freedb -PORTVERSION= 0.4.2 +PORTVERSION= 0.5 CATEGORIES= audio net ruby -MASTER_SITES= http://davedd.free.fr/%SUBDIR%/ +MASTER_SITES= http://davedd.free.fr/%SUBDIR%/download/ MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} @@ -21,7 +21,7 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -DOCS= CHANGELOG CONTRIBUTORS README +DOCS= CHANGELOG README doc EXAMPLES= examples/*.rb post-install: @@ -32,7 +32,7 @@ post-install: .endfor ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ + ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif |