summaryrefslogtreecommitdiff
path: root/geography/qlandkartem
diff options
context:
space:
mode:
authorjoerg <joerg>2010-03-29 13:34:39 +0000
committerjoerg <joerg>2010-03-29 13:34:39 +0000
commite2e6a6803542c3dc170d8a929819ba313245d8fe (patch)
treee8da38e4cdf76bdcd5601a3422a6684deada26e7 /geography/qlandkartem
parent610e33f01ef41889f64a483cc8fbd9b921214189 (diff)
downloadpkgsrc-e2e6a6803542c3dc170d8a929819ba313245d8fe.tar.gz
Fix DESTDIR support
Diffstat (limited to 'geography/qlandkartem')
-rw-r--r--geography/qlandkartem/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/geography/qlandkartem/Makefile b/geography/qlandkartem/Makefile
index e939fa1229f..279a5e08b9e 100644
--- a/geography/qlandkartem/Makefile
+++ b/geography/qlandkartem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/03/14 16:32:16 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2010/03/29 13:34:39 joerg Exp $
#
DISTNAME= QLandkarteM.0.2.0
@@ -18,11 +18,13 @@ USE_LIBTOOL= yes
USE_LANGUAGES= c c++
QMAKE= ${QTDIR}/bin/qmake
+INSTALLATION_DIRS+= bin
+
do-configure:
cd ${WRKSRC} && ${QMAKE} ${CONFIGURE_ARGS}
do-install:
- cp ${WRKSRC}/bin/qlm ${PREFIX}/bin
+ cp ${WRKSRC}/bin/qlm ${DESTDIR}${PREFIX}/bin
DEPENDS+= qt4-sqlite3>=4.4:../../x11/qt4-sqlite3