diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 08:11:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 08:11:43 +0000 |
commit | 00106ca980106b6441bba6f8416860930f84f5ba (patch) | |
tree | d0ae99fcf37fb0ebf8ad60bf0a4dcd345e500dc7 /ham | |
parent | a966aad47c81e3b0995dcde5bc4953bfe620094f (diff) | |
download | pkgsrc-00106ca980106b6441bba6f8416860930f84f5ba.tar.gz |
chirp: convert to egg.mk
Diffstat (limited to 'ham')
-rw-r--r-- | ham/chirp/Makefile | 5 | ||||
-rw-r--r-- | ham/chirp/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/chirp/Makefile b/ham/chirp/Makefile index e5f5e68b64d..ef55b988259 100644 --- a/ham/chirp/Makefile +++ b/ham/chirp/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.39 2021/12/18 13:47:01 gdt Exp $ +# $NetBSD: Makefile,v 1.40 2022/01/10 08:11:43 wiz Exp $ PKGVERSION= 20211216 PKGNAME= chirp-${PKGVERSION} DISTNAME= chirp-daily-${PKGVERSION_NOREV} +PKGREVISION= 1 CATEGORIES= ham MASTER_SITES= https://trac.chirp.danplanet.com/chirp_daily/daily-${PKGVERSION_NOREV}/ # Chirp does not have what would normally called releasees. They have @@ -47,7 +48,7 @@ SUBST_SED.fix-sharepaths= -e 's,/usr/share,${PREFIX}/share,g' .include "../../sysutils/desktop-file-utils/desktopdb.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../lang/python/application.mk" .include "../../textproc/py-libxml2/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/ham/chirp/PLIST b/ham/chirp/PLIST index d9f490964a4..5a833ca22b2 100644 --- a/ham/chirp/PLIST +++ b/ham/chirp/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.9 2021/09/01 14:32:31 gdt Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/01/10 08:11:43 wiz Exp $ @pkgdir share/chirp/images bin/chirpw bin/rpttool -${PYSITELIB}/chirp-daily_${PKGVERSION}-py${PYVERSSUFFIX}.egg-info ${PYSITELIB}/chirp/__init__.py ${PYSITELIB}/chirp/__init__.pyc ${PYSITELIB}/chirp/__init__.pyo |