summaryrefslogtreecommitdiff
path: root/graphics/xgrasp
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/xgrasp
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/xgrasp')
-rw-r--r--graphics/xgrasp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile
index 42de9ccb6f2d..0ac6e2c1aa5f 100644
--- a/graphics/xgrasp/Makefile
+++ b/graphics/xgrasp/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: xgrasp
-# Version required: 1.7d
# Date created: 23 July 1995
# Whom: asami
#
# $FreeBSD$
#
-DISTNAME= xgrasp.1.7d
-PKGNAME= xgrasp-1.7d
+PORTNAME= xgrasp
+PORTVERSION= 1.7d
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
ftp://ftp.freesoftware.com/pub/X11/R5contrib/
+DISTNAME= ${PORTNAME}.${PORTVERSION}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org