pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/cliqz



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Sep 30 09:49:44 UTC 2019

Modified Files:
        pkgsrc/www/cliqz: Makefile

Log Message:
cliqz: use the pkgname without the netbsd version suffix.
No functional change now, but it will avoid changing the distfiles
if PKGREVISION is used.

Thanks to leot for pointing it out.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/cliqz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/cliqz/Makefile
diff -u pkgsrc/www/cliqz/Makefile:1.22 pkgsrc/www/cliqz/Makefile:1.23
--- pkgsrc/www/cliqz/Makefile:1.22      Mon Sep 30 09:33:34 2019
+++ pkgsrc/www/cliqz/Makefile   Mon Sep 30 09:49:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/09/30 09:33:34 maya Exp $
+# $NetBSD: Makefile,v 1.23 2019/09/30 09:49:44 maya Exp $
 
 DISTNAME=      cliqz-1.29.0
 CATEGORIES=    www
@@ -10,7 +10,7 @@ DISTFILES=    adult-domains.bin \
                https-everywhere%cliqz.com.xpi@localhost \
                gdprtool%cliqz.com.xpi@localhost \
                ${DISTNAME}${EXTRACT_SUFX}
-DIST_SUBDIR=   ${PKGNAME}
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 CLIQZ_CHANNEL=         release
 # If the PKGVERSION_NOREV is updated, make sure to update the last build id from



Home | Main Index | Thread Index | Old Index