diff options
author | stas <stas@FreeBSD.org> | 2011-08-27 14:08:48 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-08-27 14:08:48 +0800 |
commit | d6db4e94fc44762b91cf58ae3a215c6e5a377874 (patch) | |
tree | 636297931a9edd764b396d9941ba40fdde0518de /graphics | |
parent | 404a80b60e40c77712ef41bb8600a8b0529ed917 (diff) | |
download | freebsd-ports-gnome-d6db4e94fc44762b91cf58ae3a215c6e5a377874.tar.gz freebsd-ports-gnome-d6db4e94fc44762b91cf58ae3a215c6e5a377874.tar.zst freebsd-ports-gnome-d6db4e94fc44762b91cf58ae3a215c6e5a377874.zip |
- Fix plist.
- Move LICENSE to a more appropriate section.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawtherapee/Makefile | 3 | ||||
-rw-r--r-- | graphics/rawtherapee/pkg-plist | 8 |
2 files changed, 7 insertions, 4 deletions
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 |