diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2009-05-24 16:24:11 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2009-05-24 16:24:11 +0000 |
commit | 34fb00872934542d254a46944d89de484c0d6052 (patch) | |
tree | 6446249ec2a4d5bfaebb21d64394593bcdf919b5 /graphics/ida/Makefile | |
parent | fff639bb4c1088b72e08ef92a82a7c56f0f1aa31 (diff) |
Notes
Diffstat (limited to 'graphics/ida/Makefile')
-rw-r--r-- | graphics/ida/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 054868eb6662..be8647e76eac 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -6,11 +6,10 @@ # PORTNAME= ida -PORTVERSION= 0.21 -PORTREVISION= 6 +PORTVERSION= 2.07 CATEGORIES= graphics MASTER_SITES= http://dl.bytesex.org/releases/fbida/ -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= fbida-${PORTVERSION} MAINTAINER= anray@FreeBSD.org COMMENT= Small and fast motif-based image viewer and editor @@ -27,7 +26,7 @@ USE_PERL5_BUILD=yes WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} MAKEFILE= ${WRKSRC}/GNUmakefile -MAN1= ida.1 +MAN1= exiftran.1 ida.1 PORTDOCS= README TODO INSTALL PLIST_FILES= bin/exiftran bin/ida lib/X11/app-defaults/Ida |