summaryrefslogtreecommitdiff
path: root/math/mprime-bin
diff options
context:
space:
mode:
authorjoerg <joerg>2009-12-21 20:10:17 +0000
committerjoerg <joerg>2009-12-21 20:10:17 +0000
commit89267aee2fe0058c63d32352f7c16289a7b7ad28 (patch)
treeb02170553658fb2a72a3febadd7bfe6ced4b9bdb /math/mprime-bin
parentd97102a042fbd4734140ea32925c0b0095d9d503 (diff)
downloadpkgsrc-89267aee2fe0058c63d32352f7c16289a7b7ad28.tar.gz
Fix DESTDIR installation. Simplify.
Diffstat (limited to 'math/mprime-bin')
-rw-r--r--math/mprime-bin/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/mprime-bin/Makefile b/math/mprime-bin/Makefile
index 7703a64874e..8ec991b45ed 100644
--- a/math/mprime-bin/Makefile
+++ b/math/mprime-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/12/13 02:01:27 asau Exp $
+# $NetBSD: Makefile,v 1.4 2009/12/21 20:10:17 joerg Exp $
#
DISTNAME= mprime2414
@@ -17,11 +17,11 @@ WRKSRC= ${WRKDIR}
EMUL_PLATFORMS= linux-i386
EMUL_MODULES.linux= base
-do-build:
+NO_BUILD= yes
+INSTALLATION_DIRS= bin share/doc/mprime
do-install:
${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"