diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /textproc/ruby-rdtool | |
parent | e919812c718479257cd4be5c78fe8b66d4706a52 (diff) | |
download | ports-313cb94889a01069af757dfb7947681bbe82b1e3.tar.gz ports-313cb94889a01069af757dfb7947681bbe82b1e3.zip |
Part 2 at removing now useless FETCH_ARGS redifition
Notes
Notes:
svn path=/head/; revision=338513
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 6b5a275889d6..560a06e07d9e 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -15,7 +15,6 @@ COMMENT= RD to HTML/man/etc. converter (RD is to Ruby as POD is to Perl) BUILD_DEPENDS= racc:${PORTSDIR}/devel/rubygem-racc GITVERSION= c895345 -FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/uwabami-${PORTNAME}-${GITVERSION} USE_RUBY= yes |