From fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 22 Jan 2004 11:06:02 +0000 Subject: Use the SORT macro from bsd.port.mk. --- lang/python-doc-html/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lang/python-doc-html') diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 3ba67737be47..0e90af167bb3 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -57,10 +57,11 @@ pre-install: fi .else @cd ${WRKSRC} && (${FIND} . -type f | \ - ${SED} -e 's,^\.,share/doc/${PYTHON_VERSION},' | sort > ${PLIST}) + ${SED} -e 's,^\.,share/doc/${PYTHON_VERSION},' | ${SORT} \ + > ${PLIST}) @cd ${WRKSRC} && (${FIND} * -type d | \ ${SED} -e 's,^,@dirrm share/doc/${PYTHON_VERSION}/,' | \ - sort -r) >> ${PLIST} + ${SORT} -r) >> ${PLIST} @${ECHO_CMD} "@unexec rmdir %D/share/doc/%%PYTHON_VERSION%% 2>/dev/null || true" >> ${PLIST} .endif -- cgit v1.2.3