diff options
author | obrien <obrien@FreeBSD.org> | 2000-04-13 14:28:28 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-04-13 14:28:28 +0800 |
commit | ec53247193b80cb79e1601f1c5ef3c58fcdad674 (patch) | |
tree | f529e186cbac619bbb2056386d2afa15ea42b057 /graphics/electriceyes | |
parent | a60844b38d528798f2a86e708537291a96c07f44 (diff) | |
download | freebsd-ports-gnome-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.gz freebsd-ports-gnome-ec53247193b80cb79e1601f1c5ef3c58fcdad674.tar.zst freebsd-ports-gnome-ec53247193b80cb79e1601f1c5ef3c58fcdad674.zip |
PORTNAME / PORTVERSION syntax conversion
Diffstat (limited to 'graphics/electriceyes')
-rw-r--r-- | graphics/electriceyes/Makefile | 6 |
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 |