pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/opensmtpd-filter-rspamd



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Aug 28 19:13:29 UTC 2023

Modified Files:
        pkgsrc/mail/opensmtpd-filter-rspamd: Makefile

Log Message:
opensmtpd-filter-rspamd: s/cp/${CP}/


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/opensmtpd-filter-rspamd/Makefile

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

Modified files:

Index: pkgsrc/mail/opensmtpd-filter-rspamd/Makefile
diff -u pkgsrc/mail/opensmtpd-filter-rspamd/Makefile:1.2 pkgsrc/mail/opensmtpd-filter-rspamd/Makefile:1.3
--- pkgsrc/mail/opensmtpd-filter-rspamd/Makefile:1.2    Mon Aug 28 18:08:42 2023
+++ pkgsrc/mail/opensmtpd-filter-rspamd/Makefile        Mon Aug 28 19:13:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/08/28 18:08:42 vins Exp $
+# $NetBSD: Makefile,v 1.3 2023/08/28 19:13:29 vins Exp $
 
 DISTNAME=      filter-rspamd-0.1.8
 PKGNAME=       ${DISTNAME:S|^|opensmtpd-|}
@@ -27,7 +27,7 @@ INSTALLATION_DIRS+=   libexec/opensmtpd ${
 INSTALLATION_DIRS+=    share/doc/opensmtpd/filters
 
 post-extract:
-       cp ${FILESDIR}/README.rspamd ${WRKSRC}
+       ${RUN}${CP} ${FILESDIR}/README.rspamd ${WRKSRC}
 
 do-install:
        ${INSTALL_PROGRAM} ${GOPATH}/bin/filter-rspamd          \



Home | Main Index | Thread Index | Old Index