mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
257ee41338
This fixes problems like ports failing to build if the port is already installed [1] - Bump PORTREVISION of affected ports - Support the install target in bsd.go.mk - STAGE support for free! PR: ports/180003 [1]
39 lines
1.6 KiB
Plaintext
39 lines
1.6 KiB
Plaintext
bin/protoc-gen-go
|
|
%%GO_LIBDIR%%/%%GO_PKGNAME%%/proto.a
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/Makefile
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/all_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/clone.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/clone_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/decode.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/encode.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/equal.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/equal_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/extensions.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/lib.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/message_set.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_reflect.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/pointer_unsafe.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/properties.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/size2_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/size_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/Makefile
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/golden_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/test.pb.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata/test.proto
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/text.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/text_parser.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/text_parser_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/text_test.go
|
|
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto/testdata
|
|
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/proto
|
|
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
|
|
@dirrmtry %%GO_SRCDIR%%/code.google.com/p
|
|
@dirrmtry %%GO_SRCDIR%%/code.google.com
|
|
@dirrmtry %%GO_SRCDIR%%
|
|
@dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%
|
|
@dirrmtry %%GO_LIBDIR%%/code.google.com/p
|
|
@dirrmtry %%GO_LIBDIR%%/code.google.com
|
|
@dirrmtry %%GO_LIBDIR%%
|
|
@dirrmtry share/go/pkg
|
|
@dirrmtry share/go
|