Skip to content

Commit

Permalink
py-yubikey-manager: fix PKGNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Mar 12, 2023
1 parent c03301f commit aa38d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/py-yubikey-manager/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.8 2023/03/12 14:05:21 wiz Exp $
# $NetBSD: Makefile,v 1.9 2023/03/12 14:06:57 wiz Exp $

.include "../../security/ykman/version.mk"

DISTNAME= yubikey_manager-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= security sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=Yubico/}
GITHUB_PROJECT= yubikey-manager
Expand Down

0 comments on commit aa38d4a

Please sign in to comment.