Skip to content

Commit 343b90a

Browse files
committed
w3m: fix PKGNAME for w3m-img
1 parent faaa406 commit 343b90a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/w3m/Makefile.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# $NetBSD: Makefile.common,v 1.83 2026/01/25 08:02:05 wiz Exp $
1+
# $NetBSD: Makefile.common,v 1.84 2026/01/26 00:22:28 wiz Exp $
22
#
33
# used by www/w3m/Makefile
44
# used by www/w3m-img/Makefile
55

66
DISTNAME= w3m-v0.5.6
7-
PKGNAME= ${DISTNAME:S/-v/-/}
7+
PKGNAME?= ${DISTNAME:S/-v/-/}
88
CATEGORIES= www
99
MASTER_SITES= -https://git.sr.ht/~rkta/w3m/archive/v${PKGVERSION_NOREV}.tar.gz
1010

0 commit comments

Comments
 (0)