diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2017-07-18 09:14:21 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2017-07-18 09:14:21 +0000 |
commit | a04c19f2f7fb8d79954386c25b03c2a3ca18fba3 (patch) | |
tree | 615050a75af59a7b852d2927d4bcae8567b89cf0 /net-mgmt/pushgateway | |
parent | a367a8c8715a8fbb6b98934796182f633df1aeb7 (diff) | |
download | ports-a04c19f2f7fb8d79954386c25b03c2a3ca18fba3.tar.gz ports-a04c19f2f7fb8d79954386c25b03c2a3ca18fba3.zip |
Notes
Diffstat (limited to 'net-mgmt/pushgateway')
-rw-r--r-- | net-mgmt/pushgateway/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-mgmt/pushgateway/Makefile b/net-mgmt/pushgateway/Makefile index c92f18be29bb..d2159bb396e3 100644 --- a/net-mgmt/pushgateway/Makefile +++ b/net-mgmt/pushgateway/Makefile @@ -3,6 +3,7 @@ PORTNAME= pushgateway PORTVERSION= 0.3.1 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= net-mgmt @@ -22,8 +23,6 @@ USE_RC_SUBR= pushgateway USERS= prometheus GROUPS= prometheus -STRIP= # stripping can break go binaries - do-build: (cd ${GO_WRKSRC} ; ${SETENV} ${GO_ENV} go install) |