diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:44:43 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-10 00:44:43 +0000 |
commit | 4b260ce2515cf67031168694f60633a71fad83e4 (patch) | |
tree | 7e1738e2d3a6d6fc5128d523336f04b0f7b22e15 /x11-fm/ezfm | |
parent | b34561d1b83ae8709725150fbf6991b13f1d70d2 (diff) | |
download | ports-4b260ce2515cf67031168694f60633a71fad83e4.tar.gz ports-4b260ce2515cf67031168694f60633a71fad83e4.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27432
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 |