pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mailfront



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 10 07:10:39 UTC 2020

Modified Files:
        pkgsrc/mail/mailfront: Makefile

Log Message:
mail/mailfront: fix PKG_SUGGESTED_OPTIONS

The package-specific options.mk is included by djbware.mk and must
therefore not be included by the package Makefile itself.  This fixes the
PKG_SUPPORTED_OPTIONS displayed by show-options.

Found by making the package-settable variables in mk/bsd.options.mk
read-only.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/mailfront/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/mailfront/Makefile
diff -u pkgsrc/mail/mailfront/Makefile:1.25 pkgsrc/mail/mailfront/Makefile:1.26
--- pkgsrc/mail/mailfront/Makefile:1.25 Sun Mar  8 16:50:23 2020
+++ pkgsrc/mail/mailfront/Makefile      Sun May 10 07:10:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/03/08 16:50:23 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2020/05/10 07:10:39 rillig Exp $
 #
 
 DISTNAME=              mailfront-2.22
@@ -34,8 +34,6 @@ MAKE_JOBS_SAFE=               no # due to hacky libto
 
 PKG_SYSCONFSUBDIR=     qmail
 
-.include "options.mk"
-
 post-install:
        cd ${WRKSRC};                                                   \
        for f in ANNOUNCEMENT NEWS README *.html; do                    \



Home | Main Index | Thread Index | Old Index