pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/crosspkgtools/crosspkg-netbsd1-acorn26 Fixed a few pkg...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2dbf78b48bec
branches: trunk
changeset: 519469:2dbf78b48bec
user: rillig <rillig%pkgsrc.org@localhost>
date: Tue Oct 03 15:50:53 2006 +0000
description:
Fixed a few pkglint warnings.
diffstat:
crosspkgtools/crosspkg-netbsd1-acorn26/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r ebb25cce40cf -r 2dbf78b48bec crosspkgtools/crosspkg-netbsd1-acorn26/Makefile
--- a/crosspkgtools/crosspkg-netbsd1-acorn26/Makefile Tue Oct 03 15:26:29 2006 +0000
+++ b/crosspkgtools/crosspkg-netbsd1-acorn26/Makefile Tue Oct 03 15:50:53 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/08/24 18:28:38 kristerw Exp $
+# $NetBSD: Makefile,v 1.8 2006/10/03 15:50:53 rillig Exp $
DISTNAME= crosspkg-netbsd1-acorn26-1.6.2
CATEGORIES= crosspkgtools
@@ -35,8 +35,8 @@
| ${SORT} -u
CROSSFS_PLIST_DIRS_CMD= \
(cd ${PREFIX} && ${FIND} crossfs/netbsd1-acorn26 -type d -print ) \
- | ${SED} -e "s,^,@unexec ${RMDIR} -p %D/," \
- -e "s,\$$, 2>/dev/null || ${TRUE}," \
+ | ${SED} -e "s,^,@unexec "${RMDIR:Q}" -p %D/," \
+ -e "s,\$$, 2>/dev/null || "${TRUE:Q}"," \
| ${SORT} -ur
GENERATE_PLIST+= ${CROSSFS_PLIST_FILES_CMD};
GENERATE_PLIST+= ${CROSSFS_PLIST_DIRS_CMD};
Home |
Main Index |
Thread Index |
Old Index