summaryrefslogtreecommitdiff
path: root/graphics/giram
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/giram
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/giram')
-rw-r--r--graphics/giram/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile
index b54b42eff18f..9cdea019eb48 100644
--- a/graphics/giram/Makefile
+++ b/graphics/giram/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: giram
-# Version required: 0.1.5
# Date created: 17 June 1999
# Whom: Brandon Fosdick <bfoz@glue.umd.edu>
#
# $FreeBSD$
#
-DISTNAME= Giram-0.1.5
-PKGNAME= giram-0.1.5
+PORTNAME= giram
+PORTVERSION= 0.1.5
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.giram.org/pub/
+DISTNAME= Giram-${PORTVERSION}
MAINTAINER= bfoz@glue.umd.edu