pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/opensmtpd-table-mysql



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat Dec  7 20:37:34 UTC 2024

Modified Files:
        pkgsrc/mail/opensmtpd-table-mysql: Makefile

Log Message:
mail/opensmtpd-table-mysql: fix broken SUBST routine


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/opensmtpd-table-mysql/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-table-mysql/Makefile
diff -u pkgsrc/mail/opensmtpd-table-mysql/Makefile:1.1 pkgsrc/mail/opensmtpd-table-mysql/Makefile:1.2
--- pkgsrc/mail/opensmtpd-table-mysql/Makefile:1.1      Wed Dec  4 22:54:17 2024
+++ pkgsrc/mail/opensmtpd-table-mysql/Makefile  Sat Dec  7 20:37:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/12/04 22:54:17 vins Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/07 20:37:34 vins Exp $
 
 DISTNAME=      table-mysql-1.2.1
 PKGNAME=       ${DISTNAME:S|^|opensmtpd-|}
@@ -22,7 +22,7 @@ GNU_CONFIGURE=        yes
 SUBST_CLASSES+=                dir
 SUBST_STAGE.dir=       pre-configure
 SUBST_MESSAGE.dir=     Fixing smtpdir for pkgsrc.
-SUBST_FILES.dir=       Makefile.am table-mysql.5
+SUBST_FILES.dir=       Makefile.am
 SUBST_SED.dir+=                -e "s:libexec/smtpd:libexec/opensmtpd:g"
 
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}



Home | Main Index | Thread Index | Old Index