diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /deskutils/zorro | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
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 |