diff options
Diffstat (limited to 'textproc/ruby-rexml/Makefile')
-rw-r--r-- | textproc/ruby-rexml/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile index a7b9402ced1e..2b6deb66bf41 100644 --- a/textproc/ruby-rexml/Makefile +++ b/textproc/ruby-rexml/Makefile @@ -6,9 +6,9 @@ # PORTNAME= rexml -PORTVERSION= 1.1a +PORTVERSION= 1.1a3 CATEGORIES= textproc ruby -MASTER_SITES= http://www.germane-software.com/~ser/software/archives/ +MASTER_SITES= http://www.germane-software.com/~ser/Software/archives/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz @@ -23,9 +23,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} DOCS= README index.html tutorial.html api -post-extract: - find ${WRKSRC} -type d -name CVS | xargs ${RM} -rf - do-install: cd ${WRKSRC} && ${RUBY} install.rb .if !defined(NOPORTDOCS) |