diff options
author | asau <asau> | 2009-12-13 02:01:27 +0000 |
---|---|---|
committer | asau <asau> | 2009-12-13 02:01:27 +0000 |
commit | 37d061acc84a06e3ede90b5297118584fbd5f2ca (patch) | |
tree | d6f29f7f7079d671c3266b01af39471c063b85aa /math | |
parent | db67f88ec82040e149f851e3f627987adc60858a (diff) | |
download | pkgsrc-37d061acc84a06e3ede90b5297118584fbd5f2ca.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 |