diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
commit | fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26 (patch) | |
tree | 9b742ae12218d8cfd77191127558a0c126be4516 /vietnamese | |
parent | I have no idea how these features* files made the way to my machine, (diff) |
Use the SORT macro from bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98788
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vi2vn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vietnamese/vi2vn/Makefile b/vietnamese/vi2vn/Makefile index 31367a414466..fbc6a995fbba 100644 --- a/vietnamese/vi2vn/Makefile +++ b/vietnamese/vi2vn/Makefile @@ -47,7 +47,7 @@ post-install: ${FIND} share/${PORTNAME} -type f -o -type l >${WRKDIR}/PLIST.share @cd ${PREFIX} ;\ ${FIND} share/${PORTNAME} -type d \ - | sort -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.share + | ${SORT} -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.share @${ECHO_CMD} "r ${TMPPLIST}" > ${WRKDIR}/ex.script @${ECHO_CMD} "/Insert PLIST.share" >> ${WRKDIR}/ex.script @${ECHO_CMD} "d" >> ${WRKDIR}/ex.script |