restore distname as well

This commit is contained in:
sthen 2016-01-06 22:25:55 +00:00
parent 1dc1035d6b
commit cc9afd77c3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2016/01/06 22:07:54 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2016/01/06 22:25:55 sthen Exp $
COMMENT = multiple states library for the lua language
SHARED_ONLY = Yes
@ -6,6 +6,7 @@ SHARED_ONLY = Yes
GH_TAGNAME = v_1_3_0
GH_PROJECT = rings
GH_ACCOUNT = keplerproject
DISTNAME = rings-${GH_TAGNAME}
PKGNAME = luarings-${GH_TAGNAME:S/v_//:S/_/./g}
CATEGORIES = devel