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/intlfonts | |
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/intlfonts')
-rw-r--r-- | x11-fonts/intlfonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/intlfonts/Makefile b/x11-fonts/intlfonts/Makefile index ec25547..4c010c3 100644 --- a/x11-fonts/intlfonts/Makefile +++ b/x11-fonts/intlfonts/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: intlfonts -# Version required: 1.2 # Date created: 99/10/26 # Whom: Satoshi TAOKA <taoka@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= intlfonts-1.2 +PORTNAME= intlfonts +PORTVERSION= 1.2 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= intlfonts |