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/unace/Makefile | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.zip FreeBSD-ports-6c90316493485779473db27c46fc143d72ca8a86.tar.gz |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'archivers/unace/Makefile')
-rw-r--r-- | archivers/unace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 5eb4d53..cb8cc70 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: unace # URL: http://members.aol.com/mlemke6413/ace.html -# Version required: 1.2b # Date created: 23 February 1999 # Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> # # $FreeBSD$ # -DISTNAME= unacepub -PKGNAME= unace-1.2b +PORTNAME= unace +PORTVERSION= 1.2b CATEGORIES= archivers MASTER_SITES= http://members.aol.com/mlemke6413/ +DISTNAME= unacepub MAINTAINER= jonny@jonny.eng.br |