diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:44:43 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 08:44:43 +0800 |
commit | 36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e (patch) | |
tree | 12624689b16c06fd922f02290a475cd34534c473 /x11-fm/ezfm | |
parent | 02cd5b674486b620aef6f01cbf91aea248498f4c (diff) | |
download | freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.gz freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.zst freebsd-ports-gnome-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-fm/ezfm')
-rw-r--r-- | x11-fm/ezfm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fm/ezfm/Makefile b/x11-fm/ezfm/Makefile index 91c0878c4476..06111e56a429 100644 --- a/x11-fm/ezfm/Makefile +++ b/x11-fm/ezfm/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ezfm -# Version required: 0.4 # Date created: 27 July 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= EZFM-0.4-src -PKGNAME= ezfm-0.4 +PORTNAME= ezfm +PORTVERSION= 0.4 CATEGORIES= x11-fm MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/ +DISTNAME= EZFM-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |