diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /archivers/unace | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27419
Diffstat (limited to 'archivers/unace')
-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 5eb4d5369c88..cb8cc70edae6 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 |