diff options
author | steve <steve@FreeBSD.org> | 1998-08-17 08:50:21 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-17 08:50:21 +0800 |
commit | c462ace6e60c6fbda54cec458fb64cd1319605e7 (patch) | |
tree | e860d9e8b1bf028b9af2db803b3c4ec1dc7148a6 | |
parent | 4859e8e85887c3cb5ef9bd7a9c8b4e2649b96273 (diff) | |
download | freebsd-ports-gnome-c462ace6e60c6fbda54cec458fb64cd1319605e7.tar.gz freebsd-ports-gnome-c462ace6e60c6fbda54cec458fb64cd1319605e7.tar.zst freebsd-ports-gnome-c462ace6e60c6fbda54cec458fb64cd1319605e7.zip |
Don't try to package manpages twice.
-rw-r--r-- | math/apc/pkg-plist | 1 | ||||
-rw-r--r-- | math/calc/pkg-plist | 1 | ||||
-rw-r--r-- | math/calctool/pkg-plist | 1 | ||||
-rw-r--r-- | math/fudgit/pkg-plist | 1 | ||||
-rw-r--r-- | math/gnuplot/pkg-plist | 2 | ||||
-rw-r--r-- | math/pari/pkg-plist | 3 | ||||
-rw-r--r-- | math/sc/pkg-plist | 2 | ||||
-rw-r--r-- | math/ss/pkg-plist | 2 | ||||
-rw-r--r-- | math/umatrix/pkg-plist | 1 | ||||
-rw-r--r-- | math/xldlas/pkg-plist | 1 |
10 files changed, 1 insertions, 14 deletions
diff --git a/math/apc/pkg-plist b/math/apc/pkg-plist index 5cc9761d6604..dbd9c717af2e 100644 --- a/math/apc/pkg-plist +++ b/math/apc/pkg-plist @@ -1,2 +1 @@ bin/apc -man/man1/apc.1.gz diff --git a/math/calc/pkg-plist b/math/calc/pkg-plist index 712fcf7ec692..0e060b030e52 100644 --- a/math/calc/pkg-plist +++ b/math/calc/pkg-plist @@ -68,4 +68,3 @@ lib/calc/longbits.h lib/calc/qmath.h lib/calc/stdarg.h lib/calc/zmath.h -man/man1/calc.1.gz diff --git a/math/calctool/pkg-plist b/math/calctool/pkg-plist index ce016a459191..0586e59a71de 100644 --- a/math/calctool/pkg-plist +++ b/math/calctool/pkg-plist @@ -1,4 +1,3 @@ bin/calctool lib/X11/calctool.help lib/X11/calctool.ps -man/man1/calctool.1.gz diff --git a/math/fudgit/pkg-plist b/math/fudgit/pkg-plist index b19b876d8a13..04ec7dc63501 100644 --- a/math/fudgit/pkg-plist +++ b/math/fudgit/pkg-plist @@ -10,4 +10,3 @@ lib/fudgit/fit.ft lib/fudgit/fudgitrc lib/fudgit/if.ft lib/fudgit/fudgit.help -man/man1/fudgit.1.gz diff --git a/math/gnuplot/pkg-plist b/math/gnuplot/pkg-plist index e78184744122..e5bb056e05a1 100644 --- a/math/gnuplot/pkg-plist +++ b/math/gnuplot/pkg-plist @@ -2,5 +2,3 @@ bin/gnuplot bin/gnuplot_x11 bin/lasergnu share/gnuplot.gih -man/man1/gnuplot.1.gz -man/man1/lasergnu.1.gz diff --git a/math/pari/pkg-plist b/math/pari/pkg-plist index 9933b7edf617..642b52d386a2 100644 --- a/math/pari/pkg-plist +++ b/math/pari/pkg-plist @@ -1,3 +1,4 @@ +bin/gp include/pari/genpari.h include/pari/gencom.h include/pari/genport.h @@ -7,6 +8,4 @@ include/pari/mpansi.h include/pari/mpdefs.h include/pari/mpin.h lib/libpari.a -bin/gp -man/man1/gp.1.gz @dirrm include/pari diff --git a/math/sc/pkg-plist b/math/sc/pkg-plist index 9eb6c6a80c4f..18bdb8b97b7c 100644 --- a/math/sc/pkg-plist +++ b/math/sc/pkg-plist @@ -2,5 +2,3 @@ bin/sc bin/scqref bin/psc share/sc/tutorial.sc -man/man1/sc.1.gz -man/man1/psc.1.gz diff --git a/math/ss/pkg-plist b/math/ss/pkg-plist index 1a1d699c2b7e..2190b205e7af 100644 --- a/math/ss/pkg-plist +++ b/math/ss/pkg-plist @@ -1,4 +1,2 @@ bin/ss bin/pss -man/man1/ss.1.gz -man/man1/pss.1.gz diff --git a/math/umatrix/pkg-plist b/math/umatrix/pkg-plist index e5e43c96e911..25effa77df3f 100644 --- a/math/umatrix/pkg-plist +++ b/math/umatrix/pkg-plist @@ -1,2 +1 @@ bin/umatrix -man/man1/umatrix.1.gz diff --git a/math/xldlas/pkg-plist b/math/xldlas/pkg-plist index 7729717e16ed..9587fe7be90a 100644 --- a/math/xldlas/pkg-plist +++ b/math/xldlas/pkg-plist @@ -1,5 +1,4 @@ bin/xldlas -man/man1/xldlas.1.gz share/xldlas/help/analysis.help share/xldlas/help/data.help share/xldlas/help/file.help |