diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-16 00:38:27 +0200 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-16 00:41:19 +0200 |
commit | b581cb75ac5378d36a64afa1a3b9c160a88b0bfc (patch) | |
tree | 77ea926bd05f6cea5085fab3f7a28b0192e1ca25 /sysutils | |
parent | sysutils/ansible-sshjail: Switch to better versioning scheme (diff) |
lang/v8 sysutils/e2fsprogs: Set PORTSCOUT ignore correctly
Approved by: portmgr blanket
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 4379a79c5230..4b2f83dd34c0 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -45,7 +45,7 @@ CPPFLAGS+= -I${WRKSRC}/lib -I${LOCALBASE}/include # -D_EXT2_USE_C_VERSIONS MAKE_ARGS+= pkgconfigdir='${PREFIX}/libdata/pkgconfig' MAKE_ENV+= CHECK_CMD=@true -PORTSCOUT= ignore # cannot handle the version in the directory +PORTSCOUT= ignore:1 # cannot handle the version in the directory .if !defined(MASTERDIR) INSTALL_TARGET= install install-libs |