diff options
Diffstat (limited to 'devel/goprotobuf')
-rw-r--r-- | devel/goprotobuf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/goprotobuf/Makefile b/devel/goprotobuf/Makefile index 3ebf613e390e..d88e1b1f40ca 100644 --- a/devel/goprotobuf/Makefile +++ b/devel/goprotobuf/Makefile @@ -16,6 +16,7 @@ RUN_DEPENDS= protoc:${PORTSDIR}/devel/protobuf GO_PKGNAME= code.google.com/p/goprotobuf GO_TARGET= ${GO_PKGNAME}/proto ${GO_PKGNAME}/protoc-gen-go +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${GO_WRKDIR_BIN}/protoc-gen-go ${LOCALBASE}/bin ${MKDIR} ${GO_LOCAL_LIBDIR}/${GO_PKGNAME} |