pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/marathon-evil Use portable find constructs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1736246c81df
branches:  trunk
changeset: 639762:1736246c81df
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 24 22:24:50 2014 +0000

description:
Use portable find constructs.

diffstat:

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

diffs (18 lines):

diff -r 5c02438ea4c9 -r 1736246c81df games/marathon-evil/Makefile
--- a/games/marathon-evil/Makefile      Wed Sep 24 22:00:06 2014 +0000
+++ b/games/marathon-evil/Makefile      Wed Sep 24 22:24:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/12/12 16:26:51 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2014/09/24 22:24:50 jperkin Exp $
 
 DISTNAME=      marathon-evil-199704
 CATEGORIES=    games
@@ -25,7 +25,7 @@
 
 post-extract:
        #clean up irregular author packaging
-       find -d ${WRKDIR} -name CVS -exec rm -rf {} \;
+       find ${WRKDIR} -depth -name CVS -exec rm -rf {} \;
        find ${WRKDIR} -name .#* -exec rm -rf {} \;
        ${CHMOD} 644 ${WRKDIR}/Marathon\ EVIL/Cursed*
        ${CHMOD} 644 ${WRKDIR}/Marathon\ EVIL/Scripts/*



Home | Main Index | Thread Index | Old Index