diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-23 01:20:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-23 01:20:47 +0800 |
commit | 547b837b8ed8b3d68185cf568cde34e40bb9492a (patch) | |
tree | 152598e66984449628ee37399cc50fca1a890ad5 /graphics | |
parent | f08f5d08bf1cea00c3a26b692b347fe2568985ea (diff) | |
download | freebsd-ports-gnome-547b837b8ed8b3d68185cf568cde34e40bb9492a.tar.gz freebsd-ports-gnome-547b837b8ed8b3d68185cf568cde34e40bb9492a.tar.zst freebsd-ports-gnome-547b837b8ed8b3d68185cf568cde34e40bb9492a.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Regenerate patches with `make makepatch`
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-lensfun-plugin/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-lensfun-plugin/files/patch-Makefile | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gimp-lensfun-plugin/Makefile b/graphics/gimp-lensfun-plugin/Makefile index 8d6db6489ccc..eac81c8ed217 100644 --- a/graphics/gimp-lensfun-plugin/Makefile +++ b/graphics/gimp-lensfun-plugin/Makefile @@ -11,7 +11,8 @@ PKGNAMESUFFIX= -plugin MAINTAINER= ports@FreeBSD.org COMMENT= Gimp plugin to correct lens distortion using the lensfun library -LICENSE= GPLv3 +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/exiv2.pc:${PORTSDIR}/graphics/exiv2 \ ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app \ diff --git a/graphics/gimp-lensfun-plugin/files/patch-Makefile b/graphics/gimp-lensfun-plugin/files/patch-Makefile index b339e520a9f5..a6b1023f590c 100644 --- a/graphics/gimp-lensfun-plugin/files/patch-Makefile +++ b/graphics/gimp-lensfun-plugin/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-02-08 09:31:49.000000000 -0200 -+++ Makefile 2014-03-22 22:41:34.000000000 -0300 -@@ -9,8 +9,6 @@ +--- Makefile.orig 2014-02-08 11:31:49 UTC ++++ Makefile +@@ -9,8 +9,6 @@ endif # set standard values, if not set by default @@ -9,7 +9,7 @@ # project-specific flags -@@ -26,8 +24,6 @@ +@@ -26,8 +24,6 @@ ifneq (, $(findstring mingw, $(SYS))) endif else # comment to disable OpenMP |