aboutsummaryrefslogtreecommitdiff
path: root/graphics/xbmbrowser
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
commitc99c6009443219fbcb10c1baf7b6d0c93975f58a (patch)
tree979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/xbmbrowser
parentd71114c35729e19851c733866522ab6acd7f64ec (diff)
downloadports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.tar.gz
ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.zip
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes: svn path=/head/; revision=27514
Diffstat (limited to 'graphics/xbmbrowser')
-rw-r--r--graphics/xbmbrowser/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile
index 5eed89d534c8..59c846671259 100644
--- a/graphics/xbmbrowser/Makefile
+++ b/graphics/xbmbrowser/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: xbmbrowser
-# Version required: xbmbrowser5.1
# Date created: 06 September 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= xbmbrowser5.1
-PKGNAME= xbmbrowser-5.1
+PORTNAME= xbmbrowser
+PORTVERSION= 5.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
+DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= tg@FreeBSD.org