diff options
author | asami <asami@FreeBSD.org> | 1996-05-16 16:59:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-16 16:59:57 +0800 |
commit | 88c073d4806ae84bd19825e8e5aa58ea31750314 (patch) | |
tree | ee6af35c250856c0d67bf448fa52bbd6f4dabe92 /archivers/unrar/Makefile | |
parent | c962e212dcab04f1686900d1bde4a85f6a66ef63 (diff) | |
download | freebsd-ports-gnome-88c073d4806ae84bd19825e8e5aa58ea31750314.tar.gz freebsd-ports-gnome-88c073d4806ae84bd19825e8e5aa58ea31750314.tar.zst freebsd-ports-gnome-88c073d4806ae84bd19825e8e5aa58ea31750314.zip |
Move PATCH* stuff down to its own section. The upgrade was to 1.01a,
by the way.
Diffstat (limited to 'archivers/unrar/Makefile')
-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 |