java-protobuf: Stop including a Makefile.common that no longer exists

This commit is contained in:
Greg Troxel 2019-05-14 20:21:33 -04:00
parent 415f9a1fd1
commit 7dd20948fa
2 changed files with 3 additions and 2 deletions

View File

@ -2,4 +2,4 @@ Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.
This package contains Python bindings for the Protocol Buffers.
This package contains Java bindings for the Protocol Buffers.

View File

@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:43 wiz Exp $
.include "../../devel/protobuf/Makefile.common"
# \todo Replace; no longer exists.
#.include "../../devel/protobuf/Makefile.common"
DISTNAME= protobuf-java-${PROTOBUFVER}
PKGNAME= java-${DISTNAME:S/-java//}