openbsd-ports/security/qca2/patches/patch-src_src_pro
2012-09-04 16:05:38 +00:00

25 lines
611 B
Plaintext

$OpenBSD: patch-src_src_pro,v 1.2 2012/09/04 16:05:38 ajacoutot Exp $
rename library to qca2
--- src/src.pro.orig Sat Nov 27 22:14:12 2010
+++ src/src.pro Tue Sep 4 17:52:57 2012
@@ -6,7 +6,7 @@ QCA_SRCBASE = .
TEMPLATE = lib
QT -= gui
-TARGET = qca
+TARGET = qca2
DESTDIR = $$QCA_BASE/lib
windows:DLLDESTDIR = $$QCA_BASE/bin
@@ -109,7 +109,7 @@ unix: {
incfiles.files += $$QCA_INC/qca.h $$QCA_INC/QtCrypto
!lib_bundle:INSTALLS += incfiles
- manfiles.path = $$DATADIR/man/man1
+ manfiles.path = $$PREFIX/man/man1
manfiles.files = $$QCA_BASE/man/qcatool2.1
INSTALLS += manfiles
}