pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/yquake2



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct  3 22:31:17 UTC 2019

Modified Files:
        pkgsrc/games/yquake2: Makefile

Log Message:
yquake2: Install scripts with INSTALL_SCRIPT


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/yquake2/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/yquake2/Makefile
diff -u pkgsrc/games/yquake2/Makefile:1.1 pkgsrc/games/yquake2/Makefile:1.2
--- pkgsrc/games/yquake2/Makefile:1.1   Tue Oct  1 12:28:18 2019
+++ pkgsrc/games/yquake2/Makefile       Thu Oct  3 22:31:17 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/10/01 12:28:18 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/03 22:31:17 nia Exp $
 
 DISTNAME=      quake2-7.41
 PKGNAME=       y${DISTNAME}
@@ -27,9 +27,9 @@ pre-configure:
        ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/quake2.sh.in > ${WRKDIR}/quake2.sh
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKDIR}/quake2.sh \
+       ${INSTALL_SCRIPT} ${WRKDIR}/quake2.sh \
            ${DESTDIR}${PREFIX}/bin/quake2
-       ${INSTALL_PROGRAM} ${WRKDIR}/quake2.sh \
+       ${INSTALL_SCRIPT} ${WRKDIR}/quake2.sh \
            ${DESTDIR}${PREFIX}/bin/q2ded
        ${INSTALL_PROGRAM} ${WRKSRC}/release/quake2 \
            ${DESTDIR}${PREFIX}/libexec/quake2



Home | Main Index | Thread Index | Old Index