diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-13 06:28:28 +0000 |
commit | 5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch) | |
tree | e003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/fbm | |
parent | Convert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted (diff) |
PORTNAME / PORTVERSION syntax conversion
Diffstat (limited to 'graphics/fbm')
-rw-r--r-- | graphics/fbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fbm/Makefile b/graphics/fbm/Makefile index 94ee1c3ca830..d7455d7078f0 100644 --- a/graphics/fbm/Makefile +++ b/graphics/fbm/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fbm -# Version required: 1.2 # Date created: 21 January 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # -DISTNAME= fbm-1.2 +PORTNAME= fbm +PORTVERSION= 1.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/convert |