diff options
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} |