diff options
Diffstat (limited to 'devel/go-json-rest/Makefile')
-rw-r--r-- | devel/go-json-rest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/go-json-rest/Makefile b/devel/go-json-rest/Makefile index aa40f95edc19..b99e0c7efab9 100644 --- a/devel/go-json-rest/Makefile +++ b/devel/go-json-rest/Makefile @@ -20,7 +20,7 @@ GO_PKGNAME= github.com/ant0ine/go-json-rest post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${GO_LIBDIR}/${GO_PKGNAME} @${INSTALL_DATA} ${GO_WRKDIR_PKG}/${GO_PKGNAME}/trie.a \ - ${STAGEDIR}${PREFIX}/${GO_LIBDIR}/${GO_PKGNAME} + ${STAGEDIR}${PREFIX}/${GO_LIBDIR}/${GO_PKGNAME} .include <bsd.port.pre.mk> .include "${PORTSDIR}/lang/go/files/bsd.go.mk" |