diff options
Diffstat (limited to 'net/syncthing/Makefile')
-rw-r--r-- | net/syncthing/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 31c0ec86c155..43c24d6f1c61 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,7 +1,6 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v -DISTVERSION= 2.0.2 -PORTREVISION= 1 +DISTVERSION= 2.0.3 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} @@ -24,14 +23,14 @@ BINS= syncthing stdiscosrv strelaysrv strelaypoolsrv MAKE_ENV+= BUILD_HOST=freebsd \ BUILD_USER=ports +CONFLICTS_INSTALL= syncthing1 + NO_CCACHE= yes NO_WRKSUBDIR= yes USERS= syncthing GROUPS= syncthing -CONFLICTS= syncthing1 - .for x in ${BINS} PLIST_FILES+= bin/${x} .endfor |