add lang/go to CATEGORIES

ok czarkoff@
This commit is contained in:
jasper 2015-08-11 20:16:21 +00:00
parent 56df3bc1d8
commit 1e4c21592b

View File

@ -1,4 +1,4 @@
# $OpenBSD: go.port.mk,v 1.3 2015/06/12 05:20:48 czarkoff Exp $
# $OpenBSD: go.port.mk,v 1.4 2015/08/11 20:16:21 jasper Exp $
ONLY_FOR_ARCHS ?= ${GO_ARCHS}
@ -34,6 +34,8 @@ WRKSRC ?= ${MODGO_WORKSPACE}/src/${ALL_TARGET}
MODGO_SETUP_WORKSPACE = mkdir -p ${WRKSRC:H}; mv ${MODGO_SUBDIR} ${WRKSRC};
CATEGORIES += lang/go
# Go tends to ignore environment and place some files to system-wide
# directories. To prevent such behavior, this modules fixes paths in
# auto-generated build instructions, and then feeds fixed script to shell