diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:44:43 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 00:44:43 +0000 |
commit | 36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e (patch) | |
tree | 12624689b16c06fd922f02290a475cd34534c473 /x11-fonts/xfed/Makefile | |
parent | 02cd5b674486b620aef6f01cbf91aea248498f4c (diff) | |
download | FreeBSD-ports-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.zip FreeBSD-ports-36d55f18b4b3cf4d9fcc38571d09a272e24f7c2e.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11-fonts/xfed/Makefile')
-rw-r--r-- | x11-fonts/xfed/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/xfed/Makefile b/x11-fonts/xfed/Makefile index 53001b7..41f4305 100644 --- a/x11-fonts/xfed/Makefile +++ b/x11-fonts/xfed/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xfed -# Version required: something old # Date created: 7 December 1994 # Whom: asami # # $FreeBSD$ # -DISTNAME= xfed -PKGNAME= xfed-1.0 +PORTNAME= xfed +PORTVERSION= 1.0 CATEGORIES= x11-fonts MASTER_SITES= ftp://ftp.demon.co.uk/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/ +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org |