pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/woof



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Feb 11 15:20:14 UTC 2022

Modified Files:
        pkgsrc/games/woof: Makefile

Log Message:
games/woof: Documentation fix

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


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/games/woof/Makefile

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

Modified files:

Index: pkgsrc/games/woof/Makefile
diff -u pkgsrc/games/woof/Makefile:1.30 pkgsrc/games/woof/Makefile:1.31
--- pkgsrc/games/woof/Makefile:1.30     Wed Dec  8 16:04:43 2021
+++ pkgsrc/games/woof/Makefile  Fri Feb 11 15:20:14 2022
@@ -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_MESSAGE.xdg=   Preparing data/CMakeL
 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