diff options
Diffstat (limited to 'devel/jjui/Makefile')
-rw-r--r-- | devel/jjui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/jjui/Makefile b/devel/jjui/Makefile index 9df15d2f7844..d4e9013089cf 100644 --- a/devel/jjui/Makefile +++ b/devel/jjui/Makefile @@ -1,6 +1,6 @@ PORTNAME= jjui DISTVERSIONPREFIX= v -DISTVERSION= 0.9.0 +DISTVERSION= 0.9.1 CATEGORIES= devel MAINTAINER= hoanga@gmail.com @@ -17,8 +17,8 @@ USES= go:modules GO_MODULE= github.com/idursun/jjui@v${DISTVERSION} GO_PKGNAME= github.com/idursun/${PORTNAME} GO_TARGET= ./cmd/${PORTNAME} + GO_BUILDFLAGS+= -ldflags "-s -w -X main.Version=${DISTVERSION}" -CGO_ENABLED= 0 PLIST_FILES= bin/${PORTNAME} |