summaryrefslogtreecommitdiff
path: root/misc/kchmviewer
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-01-28 06:35:46 +0000
committerwiz <wiz@pkgsrc.org>2009-01-28 06:35:46 +0000
commit4f57a200b9cd248f26eb27a4e311132c6bfa10c6 (patch)
tree060fd229cd05274c6b7ddd23e30011c4f5a876f4 /misc/kchmviewer
parent651b15d3f0b574b863bc12e550e17c4b33d411a0 (diff)
downloadpkgsrc-4f57a200b9cd248f26eb27a4e311132c6bfa10c6.tar.gz
Fix destdir installation.
Diffstat (limited to 'misc/kchmviewer')
-rw-r--r--misc/kchmviewer/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kchmviewer/options.mk b/misc/kchmviewer/options.mk
index b202b583f9f..3647e666757 100644
--- a/misc/kchmviewer/options.mk
+++ b/misc/kchmviewer/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2009/01/08 12:02:44 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2009/01/28 06:35:46 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.kchmviewer
PKG_SUPPORTED_OPTIONS= kde4
@@ -19,5 +19,6 @@ do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE}
do-install:
+ ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/kchmviewer ${DESTDIR}${PREFIX}/bin
.endif