diff options
author | joerg <joerg> | 2010-01-27 19:13:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-27 19:13:37 +0000 |
commit | 371c4a0f6c0a6c85a91c190f68fc882975161f03 (patch) | |
tree | 01ad4f478bf15d59e145006561d30e14ef4caf34 /sysutils/mesure | |
parent | b0ece49281503ab781c0e5847384e2be32e2c27c (diff) | |
download | pkgsrc-371c4a0f6c0a6c85a91c190f68fc882975161f03.tar.gz |
DESTDIR support
Diffstat (limited to 'sysutils/mesure')
-rw-r--r-- | sysutils/mesure/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/mesure/Makefile b/sysutils/mesure/Makefile index b02b2ee92d8..3eb0a92b3d8 100644 --- a/sysutils/mesure/Makefile +++ b/sysutils/mesure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/05/22 17:27:22 zafer Exp $ +# $NetBSD: Makefile,v 1.4 2010/01/27 19:21:58 joerg Exp $ # DISTNAME= mesure-0.5 @@ -10,11 +10,17 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://www.nopcode.org/?t=mesure COMMENT= Tool to measure different kind of streams +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= gmake NOT_FOR_PLATFORM+= OpenBSD-*-* +INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \ + MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \ + DATADIR=${DESTDIR}${PREFIX}/share + .include "../../devel/gmp/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |