summaryrefslogtreecommitdiff
path: root/graphics/netshow
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/netshow
parentThere was one PKGNAME hiding inside an .if. (diff)
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/netshow')
-rw-r--r--graphics/netshow/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/netshow/Makefile b/graphics/netshow/Makefile
index b1f5c4a6b59b..a24ae779b818 100644
--- a/graphics/netshow/Makefile
+++ b/graphics/netshow/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: netshow
-# Version required: 2.00.251
# Date created: Thu Jun 11 22:38:52 PDT 1998
# Whom: dburr@FreeBSD.org
#
# $FreeBSD$
#
-DISTNAME= netshow_linux
-PKGNAME= netshow-2.00.251
+PORTNAME= netshow
+PORTVERSION= 2.00.251
CATEGORIES= graphics net linux
MASTER_SITES= http://microsoft.com/netshow/download/en/beta/
+DISTNAME= netshow_linux
EXTRACT_SUFX= .gz
MAINTAINER= dburr@FreeBSD.org