diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /archivers/gshar+gunshar | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'archivers/gshar+gunshar')
-rw-r--r-- | archivers/gshar+gunshar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gshar+gunshar/Makefile b/archivers/gshar+gunshar/Makefile index cd542b2..0ab89ed 100644 --- a/archivers/gshar+gunshar/Makefile +++ b/archivers/gshar+gunshar/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gshar+gunshar -# Version required: 4.2.1 # Date created: 28 Dec 1994 # Whom: ache # # $FreeBSD$ # -DISTNAME= sharutils-4.2.1 +PORTNAME= sharutils +PORTVERSION= 4.2.1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= sharutils |