From 1c5ae7880f33ddba41c477669fd6c660bcd4a615 Mon Sep 17 00:00:00 2001 From: heinz Date: Wed, 28 Jan 2004 23:24:08 +0000 Subject: Do not use "find -d". This option is not available on all supported platforms. --- net/mrt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/mrt/Makefile') diff --git a/net/mrt/Makefile b/net/mrt/Makefile index 452ebfa3c9f..c8d97eca814 100644 --- a/net/mrt/Makefile +++ b/net/mrt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:22:20 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/28 23:24:08 heinz Exp $ # DISTNAME= mrt-2.2.2a-Aug11 @@ -26,7 +26,7 @@ post-install: ${PREFIX}/share/examples/mrt (cd ${PREFIX}; ${FIND} share/examples/mrt -type f -print \ >> ${PLIST_SRC}) - (cd ${PREFIX}; ${FIND} -d share/examples/mrt -type d -print | \ - ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) + (cd ${PREFIX}; ${FIND} share/examples/mrt -type d -print | \ + ${SORT} -r | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3