diff options
author | asau <asau@pkgsrc.org> | 2009-12-13 02:01:27 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-13 02:01:27 +0000 |
commit | c289c5f11de1d8f65c2837a47a2ab7ebd3f4e0ef (patch) | |
tree | d6f29f7f7079d671c3266b01af39471c063b85aa /math | |
parent | 500eb2da2eed8d81c327fd5109c879d1e45e7408 (diff) | |
download | pkgsrc-c289c5f11de1d8f65c2837a47a2ab7ebd3f4e0ef.tar.gz |
It does support staged installation.
Diffstat (limited to 'math')
-rw-r--r-- | math/mprime-bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/mprime-bin/Makefile b/math/mprime-bin/Makefile index 1e55cff2642..7703a64874e 100644 --- a/math/mprime-bin/Makefile +++ b/math/mprime-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/12/12 22:24:21 asau Exp $ +# $NetBSD: Makefile,v 1.3 2009/12/13 02:01:27 asau Exp $ # DISTNAME= mprime2414 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mersenne.org/freesoft.htm COMMENT= Mersenne prime tester (binary) +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} EMUL_PLATFORMS= linux-i386 |