pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/courier-mta



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Apr 17 00:22:29 UTC 2020

Modified Files:
        pkgsrc/mail/courier-mta: Makefile

Log Message:
<version> is a C++17 header, drop here


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/mail/courier-mta/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/courier-mta/Makefile
diff -u pkgsrc/mail/courier-mta/Makefile:1.56 pkgsrc/mail/courier-mta/Makefile:1.57
--- pkgsrc/mail/courier-mta/Makefile:1.56       Sun Jan 26 17:31:33 2020
+++ pkgsrc/mail/courier-mta/Makefile    Fri Apr 17 00:22:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2020/01/26 17:31:33 rillig Exp $
+# $NetBSD: Makefile,v 1.57 2020/04/17 00:22:28 joerg Exp $
 
 DISTNAME=      courier-${COURIER_VERSION}
 PKGNAME=       ${DISTNAME:S/-/-mta-/}
@@ -96,6 +96,9 @@ SPECIAL_PERMS+=       ${PREFIX}/sbin/courierfi
 post-extract:
        ${CP} ${FILESDIR}/mailer.conf ${WRKDIR}/mailer.conf
 
+pre-build:
+       ${RM} -f ${WRKSRC}/version
+
 post-build:
        ${TOUCH} ${WRKDIR}/locallowercase
 



Home | Main Index | Thread Index | Old Index