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 /net/openreg | |
parent | 4bf1b98ed95c044ceb91201095348dd7ef4787f9 (diff) |
Notes
Diffstat (limited to 'net/openreg')
-rw-r--r-- | net/openreg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openreg/Makefile b/net/openreg/Makefile index da9f6730f520..f4717597cfd7 100644 --- a/net/openreg/Makefile +++ b/net/openreg/Makefile @@ -34,7 +34,7 @@ post-install: for file in `${FIND} ./ ! -type d` ; do \ printf "share/doc/${PORTNAME}/%s\n" $$file >> ${TMPPLIST} ;\ done ;\ - for dir in `${FIND} ./ -type d -mindepth 1| sort -r` ; do \ + for dir in `${FIND} ./ -type d -mindepth 1| ${SORT} -r` ; do \ printf "@dirrm share/doc/${PORTNAME}/%s\n" $$dir >> ${TMPPLIST} ;\ done @${ECHO} "@dirrm share/doc/${PORTNAME}" >> ${TMPPLIST} |