diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2024-02-11 12:30:31 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2024-02-11 12:38:39 +0000 |
commit | 8ef098dc2077a33b54b21284eb95cb6f8885fa25 (patch) | |
tree | de64d6267ebc6fa6485b450827d043eae1396d75 | |
parent | 9eac438c8dd4d2b90ac7a8804c2df14ee6395ff6 (diff) | |
download | ports-8ef098dc2077a33b54b21284eb95cb6f8885fa25.tar.gz ports-8ef098dc2077a33b54b21284eb95cb6f8885fa25.zip |
security/clamtk: Fix GH_TAGNAME
Fixes: e4610fcb8b73 MAN?PREFIX: eleminate its usage
-rw-r--r-- | security/clamtk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile index 722152427f3d..fd9362d3708b 100644 --- a/security/clamtk/Makefile +++ b/security/clamtk/Makefile @@ -26,7 +26,7 @@ USES= gettext-runtime:run perl5 shebangfix USE_PERL5= run USE_GITHUB= yes GH_ACCOUNT= dave-theunsub -GH_TAGNAME= 1f026fs +GH_TAGNAME= 1f026f0 SHEBANG_FILES= clamtk LINGUAS= `${LS} ${WRKSRC}/po/*.mo | ${XARGS} ${BASENAME} -s .mo` |