Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mailfront mail/mailfront: fix PKG_SUGGESTED_OPTIONS
details: https://anonhg.NetBSD.org/pkgsrc/rev/4b2509d052cc
branches: trunk
changeset: 431193:4b2509d052cc
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 10 07:10:39 2020 +0000
description:
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.
diffstat:
mail/mailfront/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r d0b6c21abd7d -r 4b2509d052cc mail/mailfront/Makefile
--- a/mail/mailfront/Makefile Sun May 10 06:52:49 2020 +0000
+++ b/mail/mailfront/Makefile Sun May 10 07:10:39 2020 +0000
@@ -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 @@
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