pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/woof games/woof: Documentation fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54e9e9bbb4c7
branches:  trunk
changeset: 373505:54e9e9bbb4c7
user:      micha <micha%pkgsrc.org@localhost>
date:      Fri Feb 11 15:20:14 2022 +0000

description:
games/woof: Documentation fix

Variable in INSTALL.pkgsrc was not replaced.
Bump PKGREVISION.

diffstat:

 games/woof/Makefile |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 9ae1c8031816 -r 54e9e9bbb4c7 games/woof/Makefile
--- a/games/woof/Makefile       Fri Feb 11 15:13:49 2022 +0000
+++ b/games/woof/Makefile       Fri Feb 11 15:20:14 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2021/12/08 16:04:43 adam Exp $
+# $NetBSD: Makefile,v 1.31 2022/02/11 15:20:14 micha Exp $
 
 DISTNAME=      woof_8.1.0
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}
 GITHUB_TAG=    ${DISTNAME}
@@ -40,6 +40,13 @@
 SUBST_FILES.xdg=       data/CMakeLists.txt
 SUBST_SED.xdg=         -e 's,UNIX AND NOT APPLE,UNIX,'
 
+# Process INSTALL.pkgsrc
+SUBST_CLASSES+=                install
+SUBST_STAGE.install=   do-configure
+SUBST_MESSAGE.install= Preparing INSTALL.pkgsrc file ...
+SUBST_FILES.install=   ${WRKDIR}/INSTALL.pkgsrc
+SUBST_SED.install=     -e 's,DOOMWADDIR,${PREFIX}/${DOOMWADDIR},'
+
 pre-configure:
        cd ${WRKSRC}; mkdir build
        ${CP} ${FILESDIR}/INSTALL.pkgsrc ${WRKDIR}



Home | Main Index | Thread Index | Old Index