diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-17 00:50:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-17 00:50:21 +0000 |
commit | 64a78a56b21ac450726073831b52f7d3ec9f84dc (patch) | |
tree | ba02d1f5b5057972c74dac97b20feb0e072d5e8f | |
parent | Make this port re-install friendly. (diff) |
Don't try to package manpages twice.
Notes
Notes:
svn path=/head/; revision=12560
-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 |