summaryrefslogtreecommitdiff
path: root/graphics/electriceyes
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-04-13 06:28:28 +0000
commit5fc663a1ad4abbd182153921cceebc17b7d29a63 (patch)
treee003e1c3fd02cb5f0b4b7d39987f8e77ea3cb925 /graphics/electriceyes
parentConvert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted (diff)
PORTNAME / PORTVERSION syntax conversion
Notes
Notes: svn path=/head/; revision=27470
Diffstat (limited to 'graphics/electriceyes')
-rw-r--r--graphics/electriceyes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile
index 6022a4313147..9c49f8b65d8f 100644
--- a/graphics/electriceyes/Makefile
+++ b/graphics/electriceyes/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: electriceyes
-# Version required: 0.3.11
# Date created: 21 August 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
-DISTNAME= ee-0.3.11
-PKGNAME= electriceyes-0.3.11
+PORTNAME= electriceyes
+PORTVERSION= 0.3.11
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ee
+DISTNAME= ee-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org