pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/fillets-ng-data Fix patch fallout.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e86d444ca27
branches:  trunk
changeset: 592497:1e86d444ca27
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Sep 08 00:12:37 2011 +0000

description:
Fix patch fallout.

diffstat:

 games/fillets-ng-data/Makefile |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 0752a09e41db -r 1e86d444ca27 games/fillets-ng-data/Makefile
--- a/games/fillets-ng-data/Makefile    Thu Sep 08 00:12:00 2011 +0000
+++ b/games/fillets-ng-data/Makefile    Thu Sep 08 00:12:37 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/08/29 08:24:30 christos Exp $
+# $NetBSD: Makefile,v 1.8 2011/09/08 00:12:37 joerg Exp $
 #
 
 DISTNAME=      fillets-ng-data-0.7.1
@@ -16,13 +16,16 @@
 NO_CONFIGURE=  yes
 USE_TOOLS+=    pax
 
+FIND_EXCLUDE=  \( -name \*.orig \)
+
 do-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/games/fillets-ng
        ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/fillets-ng
        cd ${WRKSRC} && \
-               pax -rw -pm font images music script sound \
-                       ${DESTDIR}${PREFIX}/share/games/fillets-ng/
-       cd ${WRKSRC}/doc/html && \
-               pax -rw -pm . ${DESTDIR}${PREFIX}/share/doc/fillets-ng/
+       cd ${WRKSRC} && ${FIND} font images music script sound \
+           -type f -and \! ${FIND_EXCLUDE} -print | \
+           pax -rw -pm  ${DESTDIR}${PREFIX}/share/games/fillets-ng/
+       cd ${WRKSRC}/doc/html && ${FIND} . -type f -and \! ${FIND_EXCLUDE} \
+           -print | pax -rw -pp -pm ${DESTDIR}${PREFIX}/share/doc/fillets-ng/
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index