diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /deskutils/zorro | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'deskutils/zorro')
-rw-r--r-- | deskutils/zorro/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index 9a6fb049e2fc..85fec116913d 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: zorro -# Version required: 1.1p8 # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # # $FreeBSD$ # -DISTNAME= zorro-1.1p8 -PKGNAME= zorro-1.1.8 +PORTNAME= zorro +PORTVERSION= 1.1.8 CATEGORIES= deskutils tk82 MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ +DISTNAME= ${PORTNAME}-1.1p8 MAINTAINER= shanee@augusta.de |