diff options
Diffstat (limited to 'net/gdrive/Makefile')
-rw-r--r-- | net/gdrive/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/gdrive/Makefile b/net/gdrive/Makefile index c4585831ae93..2558ed19f54e 100644 --- a/net/gdrive/Makefile +++ b/net/gdrive/Makefile @@ -1,9 +1,5 @@ -# Created by: Dmitri Goutnik <dg@syrec.org> - PORTNAME= gdrive -DISTVERSION= 2.1.0-23 -DISTVERSIONSUFFIX= -gc3cbcce -PORTREVISION= 1 +DISTVERSION= 2.1.1 CATEGORIES= net PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -29,6 +25,10 @@ OPTIONS_DEFINE= DOCS PLIST_FILES= bin/gdrive PORTDOCS= README.md +post-patch: + ${MV} ${WRKSRC}/vendor/github.com/sabhiram/go-git-ignore \ + ${WRKSRC}/vendor/github.com/sabhiram/go-gitignore + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |