summaryrefslogtreecommitdiff
path: root/x11/qt5-qtlocation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt5-qtlocation/Makefile')
-rw-r--r--x11/qt5-qtlocation/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt5-qtlocation/Makefile b/x11/qt5-qtlocation/Makefile
index b18a9a786d0..eb55174c768 100644
--- a/x11/qt5-qtlocation/Makefile
+++ b/x11/qt5-qtlocation/Makefile
@@ -1,10 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2014/04/23 07:05:32 adam Exp $
+# $NetBSD: Makefile,v 1.7 2014/12/25 13:51:14 wiz Exp $
PKGNAME= qt5-qtlocation-${QTVERSION}
COMMENT= Qt5 module for qtlocation
-.include "../../x11/qt5-qtbase/Makefile.common"
-
USE_LIBTOOL= yes
CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
@@ -17,6 +15,8 @@ INSTALLATION_DIRS+= lib/pkgconfig
PC_FILES= Qt5Positioning.pc
+.include "../../x11/qt5-qtbase/Makefile.common"
+
post-install:
.for i in ${PC_FILES}
${RM} -f ${DESTDIR}${PREFIX}/lib/pkgconfig/${i} && \