From fdad5368da46e5a466a745dc54b9cc704c827712 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 22 Jan 2004 13:14:46 +0000 Subject: Use the SORT macro defined in bsd.port.mk. --- www/phpsysinfo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/phpsysinfo') diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index e22eae36609c..229a1d671cfc 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -31,9 +31,9 @@ PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} post-patch: rm -f ${PLIST} cd ${WRKSRC};\ - ${FIND} . ! -type d | sort | ${SED} "s|^.|%%INSTALLDIR%%|"\ + ${FIND} . ! -type d | ${SORT} | ${SED} "s|^.|%%INSTALLDIR%%|"\ >${PLIST};\ - ${FIND} . -type d | sort -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\ + ${FIND} . -type d | ${SORT} -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\ >>${PLIST} do-install: -- cgit v1.2.3