diff options
author | kristerw <kristerw@pkgsrc.org> | 2006-07-27 01:58:14 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2006-07-27 01:58:14 +0000 |
commit | 2b9036efcf50317365d13f06829cb2cf0c180aca (patch) | |
tree | 380f33be4bda0184796aeeac4a9e7f27ca309d3b /crosspkgtools | |
parent | e2a01d1ea5d98df8c0b0fb2fca13d1bd6444178c (diff) | |
download | pkgsrc-2b9036efcf50317365d13f06829cb2cf0c180aca.tar.gz |
Fix typo that was introduced in revision 1.5.
Diffstat (limited to 'crosspkgtools')
-rw-r--r-- | crosspkgtools/crosspkg-netbsd1-acorn32/Makefile | 4 |
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}; |