diff options
author | dholland <dholland> | 2015-01-04 04:12:32 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-01-04 04:12:32 +0000 |
commit | e53945e55f62c287acecfb12ea66c185def8c758 (patch) | |
tree | 8dd67737dddc22359b6333e942eb23283d7f95ed /sysutils | |
parent | 70e825c6eb89ad74effbfaa123d6aaa14acf3e3c (diff) | |
download | pkgsrc-e53945e55f62c287acecfb12ea66c185def8c758.tar.gz |
Remove undocumented OpenBSD restriction that does not appear to be
supported by the distfile contents.
Diffstat (limited to 'sysutils')
-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 |