Fix PKGNAME and bump REVISION for good measure.

noticed by sthen@
This commit is contained in:
abieber 2021-06-25 14:07:52 +00:00
parent 38d07a5daf
commit d738623146

View File

@ -1,12 +1,13 @@
# $OpenBSD: Makefile,v 1.8 2021/06/25 13:58:31 abieber Exp $
# $OpenBSD: Makefile,v 1.9 2021/06/25 14:07:52 abieber Exp $
COMMENT = simple, modern and secure file encryption tool
MODGO_MODNAME = filippo.io/age
MODGO_VERSION = v1.0.0-rc.3
REVISION = 0
DISTNAME = age-${MODGO_VERSION}
PKGNAME = ${DISTNAME:S/-rc.1/rc1/:S/-v/-/}
PKGNAME = ${DISTNAME:S/-rc./rc/:S/-v/-/}
CATEGORIES = security