pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/prboom Patches to Makefile.in need to be done be...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8cea1cde2e77
branches: trunk
changeset: 399719:8cea1cde2e77
user: snj <snj%pkgsrc.org@localhost>
date: Sun Sep 27 15:48:59 2009 +0000
description:
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.
diffstat:
games/prboom/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r a6fc1da4acef -r 8cea1cde2e77 games/prboom/Makefile
--- a/games/prboom/Makefile Sun Sep 27 01:31:09 2009 +0000
+++ b/games/prboom/Makefile Sun Sep 27 15:48:59 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2009/01/07 16:38:11 drochner Exp $
+# $NetBSD: Makefile,v 1.33 2009/09/27 15:48:59 snj Exp $
DISTNAME= prboom-2.5.0
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}
@@ -16,7 +17,7 @@
#CONFIGURE_ARGS+= --enable-gl
SUBST_CLASSES+= gamesdir
-SUBST_STAGE.gamesdir= pre-build
+SUBST_STAGE.gamesdir= post-patch
SUBST_MESSAGE.gamesdir= Fixing hard-coded gamesdir
SUBST_FILES.gamesdir= src/Makefile.in
SUBST_SED.gamesdir+=-e '/^gamesdir =/ s;/games;/bin;g'
Home |
Main Index |
Thread Index |
Old Index