summaryrefslogtreecommitdiff
path: root/math/mprime-bin
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-12-21 20:10:17 +0000
committerjoerg <joerg@pkgsrc.org>2009-12-21 20:10:17 +0000
commitf8f6e0475c943869e9d0a77142b7fd60a54db7f3 (patch)
treeb02170553658fb2a72a3febadd7bfe6ced4b9bdb /math/mprime-bin
parentff4df208b78b3a6e87841d386417705c4a95d96b (diff)
downloadpkgsrc-f8f6e0475c943869e9d0a77142b7fd60a54db7f3.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"