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/unarj | |
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/unarj')
-rw-r--r-- | archivers/unarj/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index ee2b7ce80247..5897840ac127 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: unarj -# Version required: 2.4* # Date created: 28 Dec 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= unarj-2.43 +PORTNAME= unarj +PORTVERSION= 2.43 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ +EXTRACT_SUFX= .tgz -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org do-install: ${INSTALL} -d -m 755 -o $(SHAREOWN) -g ${SHAREGRP} \ |