diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:17:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-25 03:17:11 +0000 |
commit | 941a08ed0050a35d7e20c28046f12f39717cfb8e (patch) | |
tree | c316e229d7af7c77085e2c0bfaa47a0c17f44c4f /www/w3mir | |
parent | 11a3d6086495828b34a24a0083d2d0f20df1a70a (diff) | |
download | ports-941a08ed0050a35d7e20c28046f12f39717cfb8e.tar.gz ports-941a08ed0050a35d7e20c28046f12f39717cfb8e.zip |
big whitespace cleanup (see ports/65409)
Ache's ports whitespace cleanup
PR: ports/65829
Submitted by: trevor
Approved by: ache
Notes
Notes:
svn path=/head/; revision=149368
Diffstat (limited to 'www/w3mir')
-rw-r--r-- | www/w3mir/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 417504233b7b..a548cd6beb6e 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -6,10 +6,10 @@ # PORTNAME= w3mir -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.10 PORTREVISION= 1 CATEGORIES= www perl5 -MASTER_SITES= http://langfeldt.net/w3mir/ +MASTER_SITES= http://langfeldt.net/w3mir/ MAINTAINER= ache@freebsd.org COMMENT= All-purpose HTTP copying and mirroring tool @@ -21,7 +21,7 @@ USE_PERL5= yes MAN1= w3mir.1 w3mfix.1 -INSTALL_TARGET= pure_install +INSTALL_TARGET= pure_install do-configure: @ cd ${WRKSRC}; \ |