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/nexfontsel | |
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/nexfontsel')
-rw-r--r-- | x11-fonts/nexfontsel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/nexfontsel/Makefile b/x11-fonts/nexfontsel/Makefile index a3046225ec67..25346eb1309e 100644 --- a/x11-fonts/nexfontsel/Makefile +++ b/x11-fonts/nexfontsel/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: nexfontsel -# Version required: 2.0 # Date created: 99/09/29 # Whom: Satoshi TAOKA <taoka@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= NeXFontSel-2.0 -PKGNAME= nexfontsel-2.0 +PORTNAME= nexfontsel +PORTVERSION= 2.0 CATEGORIES= x11-fonts MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ +DISTNAME= NeXFontSel-${PORTVERSION} MAINTAINER= taoka@FreeBSD.org |