diff options
-rw-r--r-- | sysutils/mesure/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/mesure/Makefile b/sysutils/mesure/Makefile index 20e048d8ad3..fddc86d7eec 100644 --- a/sysutils/mesure/Makefile +++ b/sysutils/mesure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/02/06 19:31:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2015/01/04 04:12:32 dholland Exp $ # DISTNAME= mesure-0.5 @@ -13,8 +13,6 @@ COMMENT= Tool to measure different kind of streams GNU_CONFIGURE= yes USE_TOOLS+= gmake -NOT_FOR_PLATFORM+= OpenBSD-*-* - INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \ MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \ DATADIR=${DESTDIR}${PREFIX}/share |