diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-06 11:52:33 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-06 11:52:33 +0000 |
commit | 99b04635d54487590d097696b07b1c4778480658 (patch) | |
tree | b2148454f6141d079ca42fff324e291a30079ae8 /archivers/unrar | |
parent | d45ba9f4a2f536a4e296925cf83e08b9b422b671 (diff) | |
download | ports-99b04635d54487590d097696b07b1c4778480658.tar.gz ports-99b04635d54487590d097696b07b1c4778480658.zip |
Notes
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 29f1dac224d1..f78d752912d4 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -6,11 +6,11 @@ # PORTNAME= unrar -PORTVERSION= 3.43 -PORTEPOCH= 3 +PORTVERSION= 3.43 +PORTEPOCH= 3 CATEGORIES+= archivers MASTER_SITES= http://files10.rarlab.com/rar/ -DISTNAME= unrarsrc-3.4.3 +DISTNAME= unrarsrc-3.4.3 MAINTAINER?= ache@FreeBSD.org COMMENT= Extract, view & test RAR archives |