aboutsummaryrefslogtreecommitdiff
path: root/graphics/gphoto2/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2015-07-28 20:12:45 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2015-07-28 20:12:45 +0000
commit30120a8d58b6bb1b369cecadeb114af6d8c3e76b (patch)
tree9c2512e445d7f8f4e24dde47e03c84400e2a292d /graphics/gphoto2/Makefile
parent65e97be0cfa99c7b29c744f7d4011b3ae368681e (diff)
downloadports-30120a8d58b6bb1b369cecadeb114af6d8c3e76b.tar.gz
ports-30120a8d58b6bb1b369cecadeb114af6d8c3e76b.zip
Notes
Diffstat (limited to 'graphics/gphoto2/Makefile')
-rw-r--r--graphics/gphoto2/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile
index 80bca5b4722e..0daf62b5fb16 100644
--- a/graphics/gphoto2/Makefile
+++ b/graphics/gphoto2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gphoto2
-PORTVERSION= 2.5.6
+PORTVERSION= 2.5.8
CATEGORIES= graphics
MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION}
@@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Command-line frontend to libgphoto2
LICENSE= GPLv2
+#LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
@@ -31,11 +32,11 @@ AALIB_CONFIGURE_WITH= aalib
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
NLS_CPPFLAGS= -I${LOCALBASE}/include
-NLS_LIBS= -L${LOCALBASE}/lib -lintl
+NLS_LDFLAGS= -L${LOCALBASE}/lib -lintl
READLINE_USES= readline
READLINE_CONFIGURE_WITH=readline
post-install:
- ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC} && ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>