Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 317CC63B850 for ; Sun, 27 Sep 2009 15:49:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id CF71F63B16E; Sun, 27 Sep 2009 15:49:00 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id F2A9E63B13D for ; Sun, 27 Sep 2009 15:48:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B8B52175DA; Sun, 27 Sep 2009 15:48:59 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 27 Sep 2009 15:48:59 +0000 From: Soren Jacobsen Subject: CVS commit: pkgsrc/games/prboom To: pkgsrc-changes@NetBSD.org Reply-To: snj@netbsd.org X-Mailer: log_accum Message-Id: <20090927154859.B8B52175DA@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: snj Date: Sun Sep 27 15:48:59 UTC 2009 Modified Files: pkgsrc/games/prboom: Makefile Log Message: Patches to Makefile.in need to be done before configure, not before build. s/pre-build/post-patch/ and suddenly this package no longer installs binaries into games/ but in bin/, as expected by the PLIST. Bump PKGREVISION to 1. PKG_DEVELOPER=yes is your friend. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/games/prboom/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.