pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/MesaDemos Correctly quoted the substitution p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4800ad7f9a7b
branches: trunk
changeset: 506125:4800ad7f9a7b
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Jan 12 12:59:15 2006 +0000
description:
Correctly quoted the substitution patterns to ${PAX}.
diffstat:
graphics/MesaDemos/Makefile | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r b875cf0edc2c -r 4800ad7f9a7b graphics/MesaDemos/Makefile
--- a/graphics/MesaDemos/Makefile Thu Jan 12 11:25:27 2006 +0000
+++ b/graphics/MesaDemos/Makefile Thu Jan 12 12:59:15 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2005/12/05 20:50:19 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2006/01/12 12:59:15 rillig Exp $
PKGNAME= MesaDemos-${MESA_VERSION}
COMMENT= OpenGL examples and Demos
@@ -16,9 +16,13 @@
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${PKGNAME_NOREV}/${dir}
- cd ${WRKSRC}/progs && ${PAX} -s ,^./.*Makefile.*,, -s ,^./CVS.*,, \
- -s ,^./.*\\.o$$,, -s ,^./\\.libs.*,, -s ,^./\\.deps.*,, \
- -s ,^./.*\\.orig$$,, \
+ cd ${WRKSRC}/progs && ${PAX} \
+ -s ',^./.*Makefile.*,,' \
+ -s ',^./CVS.*,,' \
+ -s ',^./.*\.o$$,,' \
+ -s ',^./\.libs.*,,' \
+ -s ',^./\.deps.*,,' \
+ -s ',^./.*\.orig$$,,' \
-rw . ${PREFIX}/share/examples/${PKGNAME_NOREV}/${dir}
${CHMOD} -R a+rX ${PREFIX}/share/examples/${PKGNAME_NOREV}
Home |
Main Index |
Thread Index |
Old Index