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/ttmkfdir | |
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/ttmkfdir')
-rw-r--r-- | x11-fonts/ttmkfdir/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-fonts/ttmkfdir/Makefile b/x11-fonts/ttmkfdir/Makefile index c2453ed3a3c6..a0460db0e199 100644 --- a/x11-fonts/ttmkfdir/Makefile +++ b/x11-fonts/ttmkfdir/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: ttmkfdir -# Version required: 0.0 # Date created: September 08, 1998 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ +# -DISTNAME= ttmkfdir -PKGNAME= ttmkfdir-0.0 +PORTNAME= ttmkfdir +PORTVERSION= 0.0 CATEGORIES= x11 MASTER_SITES= http://www.darmstadt.gmd.de/~pommnitz/TrueType/ +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org |