summaryrefslogtreecommitdiff
path: root/math/mprime-bin/Makefile
diff options
context:
space:
mode:
authorasau <asau>2009-12-12 21:58:18 +0000
committerasau <asau>2009-12-12 21:58:18 +0000
commit6617dba63148835f2521e56c6bfeaad27ed23d22 (patch)
tree29e39572745a02c964a834a2812cc321b29ae90f /math/mprime-bin/Makefile
parentfaa26312cb9ede2425bc6dcc8b58623334e77415 (diff)
downloadpkgsrc-6617dba63148835f2521e56c6bfeaad27ed23d22.tar.gz
Support staged installation.
Diffstat (limited to 'math/mprime-bin/Makefile')
-rw-r--r--math/mprime-bin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/mprime-bin/Makefile b/math/mprime-bin/Makefile
index 61053e04555..1e55cff2642 100644
--- a/math/mprime-bin/Makefile
+++ b/math/mprime-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/02 12:40:48 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/12 22:24:21 asau Exp $
#
DISTNAME= mprime2414
@@ -18,8 +18,8 @@ EMUL_MODULES.linux= base
do-build:
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mprime ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mprime
- ${INSTALL_DATA} ${WRKSRC}/*txt ${PREFIX}/share/doc/mprime
+ ${INSTALL_PROGRAM} ${WRKSRC}/mprime ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/mprime
+ ${INSTALL_DATA} ${WRKSRC}/*txt ${DESTDIR}${PREFIX}/share/doc/mprime
.include "../../mk/bsd.pkg.mk"