diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 15:23:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 15:23:21 +0000 |
commit | 9aa20f157325ab3eeb61e949b79e9b897d6c63b7 (patch) | |
tree | 99a18cd7683abc881e84dce6ddfab6bcdf1e08d8 /graphics/gexiv2 | |
parent | 1b13ecbca8401e4660445fafd140ce928f522235 (diff) | |
download | ports-9aa20f157325ab3eeb61e949b79e9b897d6c63b7.tar.gz ports-9aa20f157325ab3eeb61e949b79e9b897d6c63b7.zip |
Notes
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r-- | graphics/gexiv2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index 73311a1d91ee..9e8e095ad832 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -3,7 +3,7 @@ PORTNAME= gexiv2 PORTVERSION= 0.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://yorba.org/download/${PORTNAME}/${PORTVERSION:R}/ DISTNAME= lib${PORTNAME}_${PORTVERSION} @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GObject-based wrapper around Exiv2 library LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 @@ -33,4 +34,7 @@ post-patch: pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgexiv2.so + .include <bsd.port.mk> |