diff options
author | nikita <nikita@pkgsrc.org> | 2022-05-24 10:38:50 +0000 |
---|---|---|
committer | nikita <nikita@pkgsrc.org> | 2022-05-24 10:38:50 +0000 |
commit | 997ddc62155f2dc483cf3f7613b7ab7c6eeacd18 (patch) | |
tree | 3d5d762fd96fe85bd3781b2ace66397936c6c3a2 /editors | |
parent | 4460b102b9b581b8b4a57f693600ebe5be7d7064 (diff) | |
download | pkgsrc-997ddc62155f2dc483cf3f7613b7ab7c6eeacd18.tar.gz |
tp-note: switch to USE_GITLAB.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tp-note/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/tp-note/Makefile b/editors/tp-note/Makefile index d85e59d7290..8699f53cbc1 100644 --- a/editors/tp-note/Makefile +++ b/editors/tp-note/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2022/05/20 16:34:20 pin Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/24 10:38:50 nikita Exp $ DISTNAME= tp-note-1.16.6 CATEGORIES= editors -MASTER_SITES= https://gitlab.com/getreu/tp-note/-/archive/v${PKGVERSION_NOREV}/ +MASTER_SITES= ${MASTER_SITE_GITLAB:=getreu/} +GITLAB_PROJECT= tp-note +GITLAB_RELEASE= v${PKGVERSION_NOREV} MAINTAINER= pin@NetBSD.org HOMEPAGE= https://blog.getreu.net/projects/tp-note/ |