destdir support
This commit is contained in:
parent
9c44bfa73d
commit
ba147f3f22
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/06/30 00:07:20 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/11/30 17:53:58 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dieharder-2.24.4
|
||||
|
@ -10,6 +10,7 @@ MAINTAINER= gson@NetBSD.org
|
|||
HOMEPAGE= http://www.phy.duke.edu/~rgb/General/dieharder.php
|
||||
COMMENT= Random number generator test suite
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
AUTOMAKE_REQD= 1.9.6
|
||||
|
@ -18,6 +19,8 @@ USE_LIBTOOL= yes
|
|||
GNU_CONFIGURE= yes
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC}; ${SH} ./autogen.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue