diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-14 14:59:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-14 14:59:43 +0000 |
commit | 2744208c9eccb1b1aa1a4643d50294846dbc8b27 (patch) | |
tree | dcb61e482fabc30bee8a172abf73510c5a38faf2 /ham/chirp | |
parent | 171458f4e2ef8fe8dc9376ed5683495216fb9f94 (diff) | |
download | pkgsrc-2744208c9eccb1b1aa1a4643d50294846dbc8b27.tar.gz |
chirp: simplify
Add egg file to PLIST.
Diffstat (limited to 'ham/chirp')
-rw-r--r-- | ham/chirp/Makefile | 8 | ||||
-rw-r--r-- | ham/chirp/PLIST | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ham/chirp/Makefile b/ham/chirp/Makefile index ef55b988259..5fbf49ba188 100644 --- a/ham/chirp/Makefile +++ b/ham/chirp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2022/01/10 08:11:43 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2022/01/14 14:59:43 wiz Exp $ -PKGVERSION= 20211216 -PKGNAME= chirp-${PKGVERSION} -DISTNAME= chirp-daily-${PKGVERSION_NOREV} +DISTNAME= chirp-daily-20211216 +PKGNAME= ${DISTNAME:S/-daily//} PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= https://trac.chirp.danplanet.com/chirp_daily/daily-${PKGVERSION_NOREV}/ @@ -31,6 +30,7 @@ DEPENDS+= ${PYPKGPREFIX}-serial>=2.7:../../comms/py-serial DEPENDS+= ${PYPKGPREFIX}-future>=0.18.0:../../devel/py-future PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 +EGG_NAME= chirp-daily_${PKGVERSION_NOREV} .include "../../mk/bsd.prefs.mk" diff --git a/ham/chirp/PLIST b/ham/chirp/PLIST index 5a833ca22b2..7d2b65f7bfd 100644 --- a/ham/chirp/PLIST +++ b/ham/chirp/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.10 2022/01/10 08:11:43 wiz Exp $ -@pkgdir share/chirp/images +@comment $NetBSD: PLIST,v 1.11 2022/01/14 14:59:43 wiz Exp $ bin/chirpw bin/rpttool +${PYSITELIB}/${EGG_INFODIR} ${PYSITELIB}/chirp/__init__.py ${PYSITELIB}/chirp/__init__.pyc ${PYSITELIB}/chirp/__init__.pyo |