summaryrefslogtreecommitdiff
path: root/graphics/lensfun
diff options
context:
space:
mode:
authorgdt <gdt>2013-03-01 14:35:53 +0000
committergdt <gdt>2013-03-01 14:35:53 +0000
commit7ede52480b73d7c2c0ad101a7ffa8ed8df903700 (patch)
tree232ca98391a3a82fbbc98900a34af3a6873a27c6 /graphics/lensfun
parentefd380eaea81bf7aebe35f9726dd983e0cd6d5fa (diff)
downloadpkgsrc-7ede52480b73d7c2c0ad101a7ffa8ed8df903700.tar.gz
fix comment about shlib naming mess/fix.
Diffstat (limited to 'graphics/lensfun')
-rw-r--r--graphics/lensfun/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile
index 9b77d6d972a..f025b556bcb 100644
--- a/graphics/lensfun/Makefile
+++ b/graphics/lensfun/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2013/03/01 14:34:38 gdt Exp $
+# $NetBSD: Makefile,v 1.21 2013/03/01 14:35:53 gdt Exp $
#
DISTNAME= lensfun-0.2.6
@@ -25,7 +25,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config gsed
PKGCONFIG_OVERRIDE= libs/lensfun/lensfun.pc.in
-# Why three copys of the file?
+# Starting in 0.2.6, the library is misinstalled as liblensfun.so,
+# with no .0 variant. Manually fix it, because that's easier than
+# understanding the build, and upstream is moving to cmake anyway.
post-install:
${MV} ${DESTDIR}${PREFIX}/lib/liblensfun.so \
${DESTDIR}${PREFIX}/lib/liblensfun.so.${PKGVERSION:C/nb[0-9]*//}