pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/rocksndiamonds-levels rocksndiamonds-levels: cpi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c08d63c271ba
branches:  trunk
changeset: 377903:c08d63c271ba
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Apr 25 10:21:12 2022 +0000

description:
rocksndiamonds-levels: cpio -p needs -d

diffstat:

 games/rocksndiamonds-levels/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0c5ce113bc32 -r c08d63c271ba games/rocksndiamonds-levels/Makefile
--- a/games/rocksndiamonds-levels/Makefile      Mon Apr 25 10:17:16 2022 +0000
+++ b/games/rocksndiamonds-levels/Makefile      Mon Apr 25 10:21:12 2022 +0000
@@ -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 @@
 
 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