diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /archivers/arc/Makefile | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-gnome-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'archivers/arc/Makefile')
-rw-r--r-- | archivers/arc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index 89941ff7e6d7..66c7b8f91a51 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: arc -# Version required: 5.21e # Date created: 31 Dec 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= arc521e.pl8 -PKGNAME= arc-5.21e +PORTNAME= arc +PORTVERSION= 5.21e.8 CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ +DISTNAME= arc521e.pl8 EXTRACT_SUFX= .tar.Z MAINTAINER= ache@FreeBSD.org |