aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgphoto2/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-06-21 19:20:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-06-21 19:20:45 +0000
commit2f93b341146ff8293b5abd4a2cc6032d78ad934e (patch)
tree658af3e9b5f370dda5252bf2c8b546e2b2a9391a /graphics/libgphoto2/Makefile
parenta065d07423f60bc7e28fe8e17ff864013dc5e246 (diff)
downloadports-2f93b341146ff8293b5abd4a2cc6032d78ad934e.tar.gz
ports-2f93b341146ff8293b5abd4a2cc6032d78ad934e.zip
Notes
Diffstat (limited to 'graphics/libgphoto2/Makefile')
-rw-r--r--graphics/libgphoto2/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile
index c30500e81040..9e573436680a 100644
--- a/graphics/libgphoto2/Makefile
+++ b/graphics/libgphoto2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgphoto2
PORTVERSION= 2.2.1
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gphoto
@@ -46,8 +47,11 @@ post-patch:
s|-g ||g' ${WRKSRC}/${file}
.endfor
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|po packaging doc|po doc|g ; \
- s|: install-docDATA|:|g'
+ 's|: install-docDATA|:|g'
+ @${REINPLACE_CMD} -e 's|linux-hotplug ||' ${WRKSRC}/packaging/Makefile.in
+
+pre-build:
+ @cd ${WRKSRC} && ${GMAKE} all-local
post-install:
.if !defined(NOPORTDOCS)