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. --- japanese/hns/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'japanese/hns') diff --git a/japanese/hns/Makefile b/japanese/hns/Makefile index 03c623df763b..0a066556e517 100644 --- a/japanese/hns/Makefile +++ b/japanese/hns/Makefile @@ -29,9 +29,10 @@ do-install: post-install: @cd ${WRKSRC} && ${FIND} . -type f -o -type l | \ - sed 's,^\.,share/${PORTNAME},' | sort >> ${TMPPLIST} + sed 's,^\.,share/${PORTNAME},' | ${SORT} >> ${TMPPLIST} @cd ${WRKSRC} && ${FIND} . -type d | \ - sed 's,^\.,@dirrm share/${PORTNAME},' | sort -r >> ${TMPPLIST} + sed 's,^\.,@dirrm share/${PORTNAME},' | ${SORT} -r \ + >> ${TMPPLIST} @${CAT} ${PKGMESSAGE} .include -- cgit v1.2.3