summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-03 15:50:53 +0000
committerrillig <rillig@pkgsrc.org>2006-10-03 15:50:53 +0000
commite8c2d56461c26c64a586f267764f652c39349ef9 (patch)
tree4d53742c5693ea5c93bfa8496334ad3fe6e7bd7e
parentaa61abc3cf25fb05f7aa139d03dfdbd068e4f693 (diff)
downloadpkgsrc-e8c2d56461c26c64a586f267764f652c39349ef9.tar.gz
Fixed a few pkglint warnings.
-rw-r--r--crosspkgtools/crosspkg-netbsd1-acorn26/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/crosspkgtools/crosspkg-netbsd1-acorn26/Makefile b/crosspkgtools/crosspkg-netbsd1-acorn26/Makefile
index 32726b4eeb7..d15e4179d46 100644
--- a/crosspkgtools/crosspkg-netbsd1-acorn26/Makefile
+++ b/crosspkgtools/crosspkg-netbsd1-acorn26/Makefile
@@ -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 @@ CROSSFS_PLIST_FILES_CMD= \
| ${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};