summaryrefslogtreecommitdiff
path: root/crosspkgtools
diff options
context:
space:
mode:
authorkristerw <kristerw>2006-07-27 01:58:14 +0000
committerkristerw <kristerw>2006-07-27 01:58:14 +0000
commitd6f63e4d4c2c29b214e8feddc5b09eb42a898009 (patch)
tree380f33be4bda0184796aeeac4a9e7f27ca309d3b /crosspkgtools
parent1c239fb710b27e4004984851aa0e26e63e157404 (diff)
downloadpkgsrc-d6f63e4d4c2c29b214e8feddc5b09eb42a898009.tar.gz
Fix typo that was introduced in revision 1.5.
Diffstat (limited to 'crosspkgtools')
-rw-r--r--crosspkgtools/crosspkg-netbsd1-acorn32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crosspkgtools/crosspkg-netbsd1-acorn32/Makefile b/crosspkgtools/crosspkg-netbsd1-acorn32/Makefile
index b91ffbca6af..5994cbf4550 100644
--- a/crosspkgtools/crosspkg-netbsd1-acorn32/Makefile
+++ b/crosspkgtools/crosspkg-netbsd1-acorn32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/07/06 21:14:19 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/07/27 01:58:14 kristerw Exp $
DISTNAME= crosspkg-netbsd1-acorn32-1.6.2
CATEGORIES= crosspkgtools
@@ -35,7 +35,7 @@ CROSSFS_PLIST_FILES_CMD= \
CROSSFS_PLIST_DIRS_CMD= \
(cd ${PREFIX}; ${FIND} crossfs/netbsd1-acorn32 -type d -print ) \
| ${SED} -e "s,^,@unexec ${RMDIR} -p %D/," \
- -e "s,\$$, 2>/dev/null || ${TRUE}"," \
+ -e "s,\$$, 2>/dev/null || ${TRUE}," \
| ${SORT} -ur
GENERATE_PLIST+= ${CROSSFS_PLIST_FILES_CMD};
GENERATE_PLIST+= ${CROSSFS_PLIST_DIRS_CMD};