summaryrefslogtreecommitdiff
path: root/security/pius
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-01-16 12:18:31 +0000
committerwiz <wiz@pkgsrc.org>2020-01-16 12:18:31 +0000
commit8ad7fa4ae20512d7b056ae674b7e2aba3e60cb0e (patch)
tree53f72c4ba71e5876f553fddb87a8460cc96b82e3 /security/pius
parentd1b98bc2151db7922748a268de2489ba91eb84e1 (diff)
downloadpkgsrc-8ad7fa4ae20512d7b056ae674b7e2aba3e60cb0e.tar.gz
pius: remove PYPKGPREFIX from PKGNAME to match directory name
It's an enduser program, so it's not necessary to install multiple versions. ok schmonz@ While here, simplify github usage.
Diffstat (limited to 'security/pius')
-rw-r--r--security/pius/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pius/Makefile b/security/pius/Makefile
index fac246270fd..75cf2341ec7 100644
--- a/security/pius/Makefile
+++ b/security/pius/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2020/01/15 13:07:46 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/16 12:18:31 wiz Exp $
DISTNAME= pius-3.0.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security python
-MASTER_SITES= ${MASTER_SITE_GITHUB:=jaymzh/pius/releases/download/v3.0.0/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jaymzh/}
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org