Received: by mail.netbsd.org (Postfix, from userid 605) id A3CD684D1F; Sun, 2 Sep 2018 20:27:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA61384CDC for ; Sun, 2 Sep 2018 20:27:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4wGgDCnFZmMC for ; Sun, 2 Sep 2018 20:26:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9137E84C82 for ; Sun, 2 Sep 2018 20:26:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8181CFBF8; Sun, 2 Sep 2018 20:26:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153592001982570" MIME-Version: 1.0 Date: Sun, 2 Sep 2018 20:26:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xscreensaver To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180902202659.8181CFBF8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153592001982570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 2 20:26:59 UTC 2018 Modified Files: pkgsrc/x11/xscreensaver: options.mk Log Message: xscreensaver: mark delwebcollage target as .PHONY To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xscreensaver/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153592001982570 Content-Disposition: inline Content-Length: 756 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xscreensaver/options.mk diff -u pkgsrc/x11/xscreensaver/options.mk:1.10 pkgsrc/x11/xscreensaver/options.mk:1.11 --- pkgsrc/x11/xscreensaver/options.mk:1.10 Sat Jun 9 03:51:02 2018 +++ pkgsrc/x11/xscreensaver/options.mk Sun Sep 2 20:26:59 2018 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2018/06/09 03:51:02 youri Exp $ +# $NetBSD: options.mk,v 1.11 2018/09/02 20:26:59 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xscreensaver PKG_SUPPORTED_OPTIONS= pam webcollage opengl @@ -24,6 +24,7 @@ PLIST_SRC+= PLIST .if !empty(PKG_OPTIONS:Mwebcollage) PLIST_SRC+= PLIST.webcollage .else +.PHONY: delwebcollage post-install: delwebcollage delwebcollage: rm ${DESTDIR}${PREFIX}/libexec/xscreensaver/config/webcollage.xml --_----------=_153592001982570--