diff options
Diffstat (limited to 'textproc/go-text/Makefile')
-rw-r--r-- | textproc/go-text/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/go-text/Makefile b/textproc/go-text/Makefile index 1cb94ddf8791..3e53af8d8e75 100644 --- a/textproc/go-text/Makefile +++ b/textproc/go-text/Makefile @@ -12,6 +12,7 @@ COMMENT= Go package for manipulating paragraphs of text SUBLIBDIR= github.com/kr GO_PKGNAME= ${SUBLIBDIR}/text +NO_STAGE= yes do-install: ${MKDIR} ${GO_LOCAL_LIBDIR}/${SUBLIBDIR} ${INSTALL_DATA} ${GO_WRKDIR_PKG}/${SUBLIBDIR}/text.a ${GO_LOCAL_LIBDIR}/${SUBLIBDIR} |