pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/rocksndiamonds-levels



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Apr 25 10:21:12 UTC 2022

Modified Files:
        pkgsrc/games/rocksndiamonds-levels: Makefile

Log Message:
rocksndiamonds-levels: cpio -p needs -d


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/rocksndiamonds-levels/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/rocksndiamonds-levels/Makefile
diff -u pkgsrc/games/rocksndiamonds-levels/Makefile:1.16 pkgsrc/games/rocksndiamonds-levels/Makefile:1.17
--- pkgsrc/games/rocksndiamonds-levels/Makefile:1.16    Sat Oct  6 11:54:53 2012
+++ pkgsrc/games/rocksndiamonds-levels/Makefile Mon Apr 25 10:21:12 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/10/06 11:54:53 asau Exp $
+# $NetBSD: Makefile,v 1.17 2022/04/25 10:21:12 tnn Exp $
 
 DISTNAME=      rocksndiamonds-levels-1.0
 PKGREVISION=   3
@@ -81,7 +81,7 @@ OWN_DIRS_PERMS+=      ${SCORE_PATH}/scores/${
 
 do-install:
        cd ${WRKSRC} && ${FIND} DX_Boulderdash Emerald_Mine_Club Supaplex | \
-               ${CPIO} -p ${DESTDIR}${PREFIX}/share/rocksndiamonds/levels
+               ${CPIO} -pd ${DESTDIR}${PREFIX}/share/rocksndiamonds/levels
        ${RM} -f ${WRKDIR}/PLIST
 .for levdir in DX_Boulderdash Emerald_Mine_Club Supaplex
        cd ${DESTDIR}${PREFIX} && \



Home | Main Index | Thread Index | Old Index