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/imanager | |
parent | d71114c35729e19851c733866522ab6acd7f64ec (diff) |
Notes
Diffstat (limited to 'graphics/imanager')
-rw-r--r-- | graphics/imanager/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/imanager/Makefile b/graphics/imanager/Makefile index fca9bbf800a7..ed583ed95eb7 100644 --- a/graphics/imanager/Makefile +++ b/graphics/imanager/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: imanager -# Version required: 2.0 # Date created: 18 March 2000 # Whom: Cliff Rowley <dozprompt@onsea.com> # # $FreeBSD$ # -DISTNAME= imanager-2.0.final.imlib -PKGNAME= imanager-2.0 +PORTNAME= imanager +PORTVERSION= 2.0 CATEGORIES= graphics MASTER_SITES= http://www.digidezign.com/~imanager/ +DISTNAME= imanager-${PORTVERSION}.final.imlib MAINTAINER= dozprompt@onsea.com |