aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-14 20:31:21 +0800
committerPav Lucistnik <pav@FreeBSD.org>2008-07-14 20:31:21 +0800
commit4829ee87ac593b87bb8a8d6b4285cd372c3e0b52 (patch)
treeb6592d1e90b7db1704b41de1b3fefa3293454b9e /graphics
parent5f1a4b9517e24a55bd46c1e1b0703244868e800b (diff)
downloadfreebsd-ports-gnome-4829ee87ac593b87bb8a8d6b4285cd372c3e0b52.tar.gz
freebsd-ports-gnome-4829ee87ac593b87bb8a8d6b4285cd372c3e0b52.tar.zst
freebsd-ports-gnome-4829ee87ac593b87bb8a8d6b4285cd372c3e0b52.zip
- Fix install in presence of gmkdir
Reported by: Jan Henrik Sylvester <me@janh.de>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libgphoto2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile
index 9b02f81b389c..20da3e898733 100644
--- a/graphics/libgphoto2/Makefile
+++ b/graphics/libgphoto2/Makefile
@@ -42,7 +42,7 @@ post-patch:
's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g ; \
s|-g -O2||g' ${WRKSRC}/${file}
.endfor
- @${REINPLACE_CMD} -e 's| "$$(DESTDIR)$$(udevscriptdir)"||' ${WRKSRC}/libgphoto2_port/usb/Makefile.in ${WRKSRC}/packaging/generic/Makefile.in
+ @${REINPLACE_CMD} -e '/test.*udevscriptdir/d ; s| "$$(DESTDIR)$$(udevscriptdir)"||' ${WRKSRC}/libgphoto2_port/usb/Makefile.in ${WRKSRC}/packaging/generic/Makefile.in
@${REINPLACE_CMD} -e 's|linux-hotplug ||' ${WRKSRC}/packaging/Makefile.in
@${REINPLACE_CMD} -e 's|@HAVE_DOXYGEN_TRUE@|#| ; s|@HAVE_DOXYGEN_FALSE@||' ${WRKSRC}/doc/Makefile.in