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 /lang/python20 | |
| parent | 4bf1b98ed95c044ceb91201095348dd7ef4787f9 (diff) | |
Notes
Diffstat (limited to 'lang/python20')
| -rw-r--r-- | lang/python20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 29b48e1517ce..b52237867df0 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -118,7 +118,8 @@ pre-install: ${PYTHONPREFIX_LIBDIR}/${platform} .endfor .endfor - @sort -r -o ${PLIST} ${PLIST_GMP} ${PLIST_TOOLS} ${PLIST_DEMO} ${PKGDIR}/pkg-plist + @${SORT} -r -o ${PLIST} ${PLIST_GMP} ${PLIST_TOOLS} ${PLIST_DEMO} \ + ${PKGDIR}/pkg-plist post-install: @${MKDIR} ${MANPREFIX}/man/man1 |
