diff options
author | wiz <wiz@pkgsrc.org> | 2021-04-09 06:54:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-04-09 06:54:56 +0000 |
commit | f83cf1a932b0c32554a0e62fcc107ff01eaec8cd (patch) | |
tree | f861f3b9132a6d5c7112a4d5df275536319ef5a8 /www/seamonkey/Makefile | |
parent | 62222668bb6eacd6ca734c854568270faf86f241 (diff) | |
download | pkgsrc-f83cf1a932b0c32554a0e62fcc107ff01eaec8cd.tar.gz |
*: bump PKGREVISION for nss linking fix
Diffstat (limited to 'www/seamonkey/Makefile')
-rw-r--r-- | www/seamonkey/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index c28a67a7f7a..54b464fee4a 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.231 2021/02/13 07:09:29 mef Exp $ +# $NetBSD: Makefile,v 1.232 2021/04/09 06:55:05 wiz Exp $ DISTNAME= seamonkey-${SM_VER}.source PKGNAME= seamonkey-${SM_VER:S/b/beta/} +PKGREVISION= 1 SM_VER= 2.53.6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/} |