pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mozilla-rootcerts-openssl



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Oct 22 16:56:39 UTC 2021

Modified Files:
        pkgsrc/security/mozilla-rootcerts-openssl: Makefile

Log Message:
mozilla-rootcerts-openssl: Generate replaced PLIST automatically


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/mozilla-rootcerts-openssl/Makefile

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

Modified files:

Index: pkgsrc/security/mozilla-rootcerts-openssl/Makefile
diff -u pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.18 pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.19
--- pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.18     Thu Oct 14 12:42:43 2021
+++ pkgsrc/security/mozilla-rootcerts-openssl/Makefile  Fri Oct 22 16:56:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2021/10/14 12:42:43 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2021/10/22 16:56:39 ryoon Exp $
 
 PKGNAME=       mozilla-rootcerts-openssl-2.7
 CATEGORIES=    security
@@ -33,12 +33,14 @@ NOT_FOR_UNPRIVILEGED=       yes
 PLACE=                 /etc
 SET_PREFIX=            yes
 PLIST_SUBST+=          MYETCDIR=etc
+PRINT_PLIST_AWK+=      { sub("^etc/", "$${MYETCDIR}/"); }
 CHECK_FILES_SUPPORTED= no
 .else
 PLACE=                 ${MY_PKG_SYSCONFDIR}
 # probably SET_PREFIX should not be set
 SET_PREFIX=            yes
 PLIST_SUBST+=          MYETCDIR=${MY_PKG_SYSCONFDIR:S/^${PREFIX}//}
+PRINT_PLIST_AWK+=      { sub("^${MY_PKG_SYSCONFDIR:S/^${PREFIX}//}/", "$${MYETCDIR}/"); }
 .endif
 
 OPENSSLDIR=            ${PLACE}/openssl/certs



Home | Main Index | Thread Index | Old Index