summaryrefslogtreecommitdiff
path: root/java/jdk13-doc/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 11:06:02 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 11:06:02 +0000
commitfbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26 (patch)
tree9b742ae12218d8cfd77191127558a0c126be4516 /java/jdk13-doc/Makefile
parentI 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 'java/jdk13-doc/Makefile')
-rw-r--r--java/jdk13-doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk13-doc/Makefile b/java/jdk13-doc/Makefile
index 8f1edecc3411..2eb099dea8da 100644
--- a/java/jdk13-doc/Makefile
+++ b/java/jdk13-doc/Makefile
@@ -52,7 +52,7 @@ do-install:
@${ECHO_CMD} -n ">> Creating packing list..."
@${FIND} ${TARGET_DIR} -type f -print | \
${SED} "s,${PREFIX}/*,," >> ${PLIST}
- @${FIND} ${TARGET_DIR} -type d -print | sort -r | \
+ @${FIND} ${TARGET_DIR} -type d -print | ${SORT} -r | \
${SED} -e "s,${PREFIX}/*,," -e "s,^,@dirrm ,g" >> ${PLIST}
@${ECHO_CMD} " [ DONE ]"