diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/gnomeiconedit | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) | |
download | ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.tar.gz ports-c99c6009443219fbcb10c1baf7b6d0c93975f58a.zip |
Notes
Diffstat (limited to 'graphics/gnomeiconedit')
-rw-r--r-- | graphics/gnomeiconedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gnomeiconedit/Makefile b/graphics/gnomeiconedit/Makefile index abc56b8cdb9a..4fd09204d731 100644 --- a/graphics/gnomeiconedit/Makefile +++ b/graphics/gnomeiconedit/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: gnomeiconedit -# Version required: 1.0.6 # Date created: 28th January 2000 # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gnome-iconedit-1.0.6 -PKGNAME= gnomeiconedit-1.0.6 +PORTNAME= gnomeiconedit +PORTVERSION= 1.0.6 CATEGORIES= graphics gnome MASTER_SITES= http://www.abdn.ac.uk/~u07ih/gnome-iconedit/ +DISTNAME= gnome-iconedit-${PORTVERSION} MAINTAINER= ade@FreeBSD.org |