From d6db4e94fc44762b91cf58ae3a215c6e5a377874 Mon Sep 17 00:00:00 2001 From: stas Date: Sat, 27 Aug 2011 06:08:48 +0000 Subject: - Fix plist. - Move LICENSE to a more appropriate section. --- graphics/rawtherapee/Makefile | 3 ++- graphics/rawtherapee/pkg-plist | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'graphics') diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 017fada3e498..b000fd498708 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ MAINTAINER= stas@FreeBSD.org COMMENT= A powerful RAW image processing application +LICENSE= GPLv3 + LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ iptcdata.3:${PORTSDIR}/graphics/libiptcdata \ jpeg.11:${PORTSDIR}/graphics/jpeg \ @@ -38,7 +40,6 @@ CMAKE_ARGS+= -DDOCDIR="${DOCSDIR}" \ SUB_FILES= rawtherapee SUB_LIST= RTDIR="${RTDIR}" INSTALLS_ICONS= yes -LICENSE= GPLv3 RTDIR= ${PREFIX}/libdata/${PORTNAME} diff --git a/graphics/rawtherapee/pkg-plist b/graphics/rawtherapee/pkg-plist index 90e894c24433..43a514d9b7d8 100644 --- a/graphics/rawtherapee/pkg-plist +++ b/graphics/rawtherapee/pkg-plist @@ -1,7 +1,7 @@ bin/rawtherapee -share/doc/rawtherapee/AUTHORS.txt -share/doc/rawtherapee/LICENSE.txt -share/doc/rawtherapee/AboutThisBuild.txt +%%DOCSDIR%%/AUTHORS.txt +%%DOCSDIR%%/LICENSE.txt +%%DOCSDIR%%/AboutThisBuild.txt share/applications/rawtherapee.desktop share/icons/hicolor/16x16/apps/rawtherapee.png share/icons/hicolor/24x24/apps/rawtherapee.png @@ -206,3 +206,5 @@ share/icons/hicolor/256x256/apps/rawtherapee.png @dirrm %%DATADIR%%/themes/gray_textured @dirrm %%DATADIR%%/themes @dirrm %%DATADIR%% +@dirrm %%DOCSDIR%% +@dirrmtry share/applications -- cgit