summaryrefslogtreecommitdiff
path: root/graphics/gqview
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/gqview
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/gqview')
-rw-r--r--graphics/gqview/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 43a5529ed4b4..225827d0008c 100644
--- a/graphics/gqview/Makefile
+++ b/graphics/gqview/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: gqview
-# Version required: 0.7.0
# Date Created: 27 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= gqview-0.7.0.src
-PKGNAME= gqview-0.7.0
+PORTNAME= gqview
+PORTVERSION= 0.7.0
CATEGORIES= graphics
MASTER_SITES= http://gqview.netpedia.net/ \
http://www.geocities.com/SiliconValley/Haven/5235/
+DISTNAME= ${PKGNAME}.src
MAINTAINER= nakai@FreeBSD.org