diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-08 04:36:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-08 04:36:56 +0000 |
commit | be655ca4df9711760c13d3eda01923ece7b4e279 (patch) | |
tree | 02d11755852f6d9d62bc5f7d2fb114178f73353d /math | |
parent | bdebf35d0e5164679476746dd493c68fd22b7d3a (diff) | |
download | ports-be655ca4df9711760c13d3eda01923ece7b4e279.tar.gz ports-be655ca4df9711760c13d3eda01923ece7b4e279.zip |
The unixstat port has a typo in the list of manual pages.
PR: ports/44866
Submitted by: Mike Meyer <mwm@mired.org>
Notes
Notes:
svn path=/head/; revision=69712
Diffstat (limited to 'math')
-rw-r--r-- | math/unixstat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/unixstat/Makefile b/math/unixstat/Makefile index 78e3fedc15f7..d55d477f8166 100644 --- a/math/unixstat/Makefile +++ b/math/unixstat/Makefile @@ -20,9 +20,9 @@ RESTRICTED= "Gary Pearlman requires that users agree to his license to \ MAN1= abut.1 anova.1 calc.1 colex.1 contab.1 desc.1 dm.1 dprime.1 \ dsort.1 features.1 ff.1 fls.1 fpack.1 linex.1 maketrix.1 \ - manstat.1 oneway.1 pair.1 perm.1 probdist.1 rakind.1 rankrel.1 \ - ranksort.1 regress.1 repeat.1 reverse.1 series.1 stats.1 \ - transpose.1 ts.1 unixstat.1 validata.1 + manstat.1 oneway.1 pair.1 perm.1 probdist.1 rankind.1 \ + rankrel.1 ranksort.1 regress.1 repeat.1 reverse.1 series.1 \ + stats.1 transpose.1 ts.1 unixstat.1 validata.1 do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ |