diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-05-16 08:59:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-05-16 08:59:57 +0000 |
commit | 43cb555578aaa1020e5f3b15e4eb5a7bc37a92a1 (patch) | |
tree | 4e9c8550c5ca860f76d9659710f7606414d3dd82 /archivers | |
parent | 68886fa369cbea4d7d1324dc1d97a5d33b64e486 (diff) | |
download | ports-43cb555578aaa1020e5f3b15e4eb5a7bc37a92a1.tar.gz ports-43cb555578aaa1020e5f3b15e4eb5a7bc37a92a1.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 8062b84b0df9..438e3ba99cba 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -3,16 +3,17 @@ # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.4 1995/05/15 20:55:27 ache Exp $ +# $Id: Makefile,v 1.5 1996/05/15 04:59:28 ache Exp $ # DISTNAME= unrar101 PKGNAME= unrar-1.01a CATEGORIES+= archivers MASTER_SITES= ftp://ftp.relcom.ru/unix/arcers/ +EXTRACT_SUFX= .tgz + PATCH_SITES= $(MASTER_SITES) PATCHFILES= unrar101a.patch -EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.ORG |