pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nagios-plugin-spamd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  4 08:00:25 UTC 2019

Modified Files:
        pkgsrc/net/nagios-plugin-spamd: Makefile

Log Message:
nagios-plugin-spamd: fix inclusion of bsd.pkg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/nagios-plugin-spamd/Makefile

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

Modified files:

Index: pkgsrc/net/nagios-plugin-spamd/Makefile
diff -u pkgsrc/net/nagios-plugin-spamd/Makefile:1.15 pkgsrc/net/nagios-plugin-spamd/Makefile:1.16
--- pkgsrc/net/nagios-plugin-spamd/Makefile:1.15        Sun Nov  3 11:45:43 2019
+++ pkgsrc/net/nagios-plugin-spamd/Makefile     Mon Nov  4 08:00:25 2019
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2019/11/03 11:45:43 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.16 2019/11/04 08:00:25 wiz Exp $
 
 DISTNAME=      check_spamd-1.6.0
 PKGNAME=       nagios-plugin-${DISTNAME:S/check_//1}
 PKGREVISION=   4
 CATEGORIES=    net mail
-MASTER_SITES=  ${MASTER_SITE_BACKUP}
-       # http://exchange.nagios.org/components/com_mtree/
+MASTER_SITES=  # http://exchange.nagios.org/components/com_mtree/
 EXTRACT_SUFX=  .pl
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -40,4 +38,4 @@ do-install:
        ${INSTALL_SCRIPT} "${WRKDIR}/${DISTFILES}" \
                "${DESTDIR}${PLUGIN_DIR}/check_spamd"
 
-#.include "../../mk/bsd.pkg.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index