summaryrefslogtreecommitdiff
path: root/math/mprime-bin
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-12-12 21:58:18 +0000
committerasau <asau@pkgsrc.org>2009-12-12 21:58:18 +0000
commit2e045c8460d0afc39f5bf02631be8fb267713c8b (patch)
tree29e39572745a02c964a834a2812cc321b29ae90f /math/mprime-bin
parent53d3bcc5574c0956f1cc00a49ada5540c1937c09 (diff)
downloadpkgsrc-2e045c8460d0afc39f5bf02631be8fb267713c8b.tar.gz
Support staged installation.
Diffstat (limited to 'math/mprime-bin')
-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"