summaryrefslogtreecommitdiff
path: root/crosspkgtools
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
commitc1c23830500aaeb2dcd17376cfa3864125ab5b27 (patch)
tree4d53742c5693ea5c93bfa8496334ad3fe6e7bd7e /crosspkgtools
parent7fb78ab66e1a864638feabe6ecb666b6eec8d003 (diff)
downloadpkgsrc-c1c23830500aaeb2dcd17376cfa3864125ab5b27.tar.gz
Fixed a few pkglint warnings.
Diffstat (limited to 'crosspkgtools')
-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};