diff options
author | ache <ache@FreeBSD.org> | 1995-05-15 20:55:41 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-15 20:55:41 +0000 |
commit | 21da1d200515a0e53637a7e2c209d18690ca394a (patch) | |
tree | 9039b94089c2116526f599e98bdb9d40cf117947 /archivers/unrar/Makefile | |
parent | 3fae4ad9811aeaa02a9df49578086e7f60568ac8 (diff) | |
download | FreeBSD-ports-21da1d200515a0e53637a7e2c209d18690ca394a.zip FreeBSD-ports-21da1d200515a0e53637a7e2c209d18690ca394a.tar.gz |
Upgrade, old version not exist anymore on master site
Diffstat (limited to 'archivers/unrar/Makefile')
-rw-r--r-- | archivers/unrar/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index e64b26e..484c645 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: unrar -# Version required: 1.00e +# Version required: 1.01 # Date created: 28 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.2 1995/04/01 12:43:30 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/12 04:54:06 asami Exp $ # -DISTNAME= unrar100 -PKGNAME= unrar-1.00e +DISTNAME= unrar101 +PKGNAME= unrar-1.01 CATEGORIES+= archivers MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/unrar.100 +WRKSRC= ${WRKDIR}/unrar.101 .include <bsd.port.mk> |