diff options
author | joerg <joerg> | 2009-12-21 20:10:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-12-21 20:10:17 +0000 |
commit | 89267aee2fe0058c63d32352f7c16289a7b7ad28 (patch) | |
tree | b02170553658fb2a72a3febadd7bfe6ced4b9bdb /math | |
parent | d97102a042fbd4734140ea32925c0b0095d9d503 (diff) | |
download | pkgsrc-89267aee2fe0058c63d32352f7c16289a7b7ad28.tar.gz |
Fix DESTDIR installation. Simplify.
Diffstat (limited to 'math')
-rw-r--r-- | math/mprime-bin/Makefile | 6 |
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" |