mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +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]
27 lines
1009 B
Plaintext
27 lines
1009 B
Plaintext
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/backup.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/database.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/database_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/errors.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/helpers_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/progress.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/query_parameter.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/query_parameter_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/result_column.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/result_column_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sql_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sqlite3.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sqlite3_test.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/statement.go
|
|
%%GO_SRCDIR%%/%%GO_PKGNAME%%/table.go
|
|
@dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
|
|
@dirrmtry %%GO_SRCDIR%%/github.com/kuroneko
|
|
@dirrmtry %%GO_SRCDIR%%/github.com
|
|
@dirrmtry %%GO_SRCDIR%%
|
|
@dirrmtry %%GO_LIBDIR%%/github.com/kuroneko
|
|
@dirrmtry %%GO_LIBDIR%%/github.com
|
|
@dirrmtry %%GO_LIBDIR%%
|
|
@dirrmtry share/go/pkg
|
|
@dirrmtry share/go
|