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-fonts/freefonts | |
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-fonts/freefonts')
-rw-r--r-- | x11-fonts/freefonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile index c8d991703fff..3a03690f7b80 100644 --- a/x11-fonts/freefonts/Makefile +++ b/x11-fonts/freefonts/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: freefonts -# Version required: 0.10 # Date created: Thu Aug 1 21:32:14 CDT 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # -DISTNAME= freefonts-0.10 +PORTNAME= freefonts +PORTVERSION= 0.10 CATEGORIES= x11-fonts MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ |