aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-12-24 10:17:17 +0800
committerpat <pat@FreeBSD.org>2001-12-24 10:17:17 +0800
commit7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch)
tree438ff2856c8402cd6a8f17e494e72efbac6546bf /math
parentd53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff)
downloadfreebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz
freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.zst
freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
Diffstat (limited to 'math')
-rw-r--r--math/add/pkg-plist8
-rw-r--r--math/bihar/pkg-plist4
-rw-r--r--math/femlab/Makefile10
-rw-r--r--math/femlab/pkg-plist22
-rw-r--r--math/fftpack/pkg-plist4
-rw-r--r--math/freefem/pkg-plist8
-rw-r--r--math/metis/pkg-plist4
-rw-r--r--math/metis4/pkg-plist4
-rw-r--r--math/superlu/pkg-plist4
-rw-r--r--math/umfpack/pkg-plist4
-rw-r--r--math/xwpl/pkg-plist6
11 files changed, 39 insertions, 39 deletions
diff --git a/math/add/pkg-plist b/math/add/pkg-plist
index 64e17577ae9a..9a1be2b8feaa 100644
--- a/math/add/pkg-plist
+++ b/math/add/pkg-plist
@@ -1,7 +1,7 @@
bin/add
share/add/add.hlp
-share/doc/add/CHANGES
-share/doc/add/COPYING
-share/doc/add/README
+%%PORTDOCS%%share/doc/add/CHANGES
+%%PORTDOCS%%share/doc/add/COPYING
+%%PORTDOCS%%share/doc/add/README
@dirrm share/add
-@dirrm share/doc/add
+%%PORTDOCS%%@dirrm share/doc/add
diff --git a/math/bihar/pkg-plist b/math/bihar/pkg-plist
index 049c95bec318..3a767bb2bae3 100644
--- a/math/bihar/pkg-plist
+++ b/math/bihar/pkg-plist
@@ -1,5 +1,5 @@
lib/libbihar.a
lib/libbihar.so
lib/libbihar.so.1
-share/doc/fftpack/fft.doc.gz
-@dirrm share/doc/fftpack
+%%PORTDOCS%%share/doc/fftpack/fft.doc.gz
+%%PORTDOCS%%@dirrm share/doc/fftpack
diff --git a/math/femlab/Makefile b/math/femlab/Makefile
index e597bc9f5af9..65cd34167c5c 100644
--- a/math/femlab/Makefile
+++ b/math/femlab/Makefile
@@ -32,11 +32,11 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/examples/femlab
- ${INSTALL_MAN} ${WRKSRC}/examples/*.fem ${PREFIX}/share/examples/femlab
- ${MKDIR} ${PREFIX}/share/doc/femlab
- ${INSTALL_MAN} ${WRKSRC}/docs/manual.dvi ${PREFIX}/share/doc/femlab
- ${INSTALL_MAN} ${WRKSRC}/docs/manual.ps ${PREFIX}/share/doc/femlab
+ @${MKDIR} ${PREFIX}/share/examples/femlab
+ @${INSTALL_DATA} ${WRKSRC}/examples/*.fem ${PREFIX}/share/examples/femlab
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/docs/manual.dvi ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/docs/manual.ps ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/math/femlab/pkg-plist b/math/femlab/pkg-plist
index 6eb4f1681066..f45930d0dc43 100644
--- a/math/femlab/pkg-plist
+++ b/math/femlab/pkg-plist
@@ -3,17 +3,17 @@ lib/X11/femlab/config/modules
lib/X11/femlab/bin/femlab
lib/X11/femlab/bin/meshgen
lib/X11/femlab/bin/poisson
-share/doc/femlab/manual.dvi
-share/doc/femlab/manual.ps
-share/examples/femlab/capacitor.fem
-share/examples/femlab/convection.fem
-share/examples/femlab/man.fem
-share/examples/femlab/pot-cyl.fem
-share/examples/femlab/soap.fem
-share/examples/femlab/spark-plug.fem
-share/examples/femlab/torsion.fem
+%%PORTDOCS%%share/doc/femlab/manual.dvi
+%%PORTDOCS%%share/doc/femlab/manual.ps
+%%PORTDOCS%%share/examples/femlab/capacitor.fem
+%%PORTDOCS%%share/examples/femlab/convection.fem
+%%PORTDOCS%%share/examples/femlab/man.fem
+%%PORTDOCS%%share/examples/femlab/pot-cyl.fem
+%%PORTDOCS%%share/examples/femlab/soap.fem
+%%PORTDOCS%%share/examples/femlab/spark-plug.fem
+%%PORTDOCS%%share/examples/femlab/torsion.fem
@dirrm lib/X11/femlab/config
@dirrm lib/X11/femlab/bin
@dirrm lib/X11/femlab
-@dirrm share/doc/femlab
-@dirrm share/examples/femlab
+%%PORTDOCS%%@dirrm share/doc/femlab
+%%PORTDOCS%%@dirrm share/examples/femlab
diff --git a/math/fftpack/pkg-plist b/math/fftpack/pkg-plist
index 049c95bec318..3a767bb2bae3 100644
--- a/math/fftpack/pkg-plist
+++ b/math/fftpack/pkg-plist
@@ -1,5 +1,5 @@
lib/libbihar.a
lib/libbihar.so
lib/libbihar.so.1
-share/doc/fftpack/fft.doc.gz
-@dirrm share/doc/fftpack
+%%PORTDOCS%%share/doc/fftpack/fft.doc.gz
+%%PORTDOCS%%@dirrm share/doc/fftpack
diff --git a/math/freefem/pkg-plist b/math/freefem/pkg-plist
index ad40858b12b7..1e6116e3a9ba 100644
--- a/math/freefem/pkg-plist
+++ b/math/freefem/pkg-plist
@@ -1,7 +1,7 @@
bin/freefem
-share/doc/freefem/ChangeLog
-share/doc/freefem/NEWS
-share/doc/freefem/README
+%%PORTDOCS%%share/doc/freefem/ChangeLog
+%%PORTDOCS%%share/doc/freefem/NEWS
+%%PORTDOCS%%share/doc/freefem/README
share/examples/freefem/accous.pde
share/examples/freefem/adj.pde
share/examples/freefem/brachet.pde
@@ -28,4 +28,4 @@ share/examples/freefem/validcplx.pde
share/examples/freefem/validsys.pde
share/examples/freefem/varvect.pde
@dirrm share/examples/freefem
-@dirrm share/doc/freefem
+%%PORTDOCS%%@dirrm share/doc/freefem
diff --git a/math/metis/pkg-plist b/math/metis/pkg-plist
index 55a82326fc5f..77d31aeeda20 100644
--- a/math/metis/pkg-plist
+++ b/math/metis/pkg-plist
@@ -14,6 +14,6 @@ include/metis/metis.h
include/metis/proto.h
include/metis/rename.h
include/metis/struct.h
-share/doc/METIS/manual.ps
-@dirrm share/doc/METIS
+%%PORTDOCS%%share/doc/METIS/manual.ps
+%%PORTDOCS%%@dirrm share/doc/METIS
@dirrm include/metis
diff --git a/math/metis4/pkg-plist b/math/metis4/pkg-plist
index 55a82326fc5f..77d31aeeda20 100644
--- a/math/metis4/pkg-plist
+++ b/math/metis4/pkg-plist
@@ -14,6 +14,6 @@ include/metis/metis.h
include/metis/proto.h
include/metis/rename.h
include/metis/struct.h
-share/doc/METIS/manual.ps
-@dirrm share/doc/METIS
+%%PORTDOCS%%share/doc/METIS/manual.ps
+%%PORTDOCS%%@dirrm share/doc/METIS
@dirrm include/metis
diff --git a/math/superlu/pkg-plist b/math/superlu/pkg-plist
index 512b3a8de694..4b9cd2cf7965 100644
--- a/math/superlu/pkg-plist
+++ b/math/superlu/pkg-plist
@@ -1,4 +1,4 @@
include/supermatrix.h
lib/libsuperlu.a
-share/doc/SuperLU/ug.ps
-@dirrm share/doc/SuperLU
+%%PORTDOCS%%share/doc/SuperLU/ug.ps
+%%PORTDOCS%%@dirrm share/doc/SuperLU
diff --git a/math/umfpack/pkg-plist b/math/umfpack/pkg-plist
index 6cb42892ddf7..8b8f59631fb5 100644
--- a/math/umfpack/pkg-plist
+++ b/math/umfpack/pkg-plist
@@ -1,3 +1,3 @@
lib/libumfpack.a
-share/doc/umfpack/README.gz
-@dirrm share/doc/umfpack
+%%PORTDOCS%%share/doc/umfpack/README.gz
+%%PORTDOCS%%@dirrm share/doc/umfpack
diff --git a/math/xwpl/pkg-plist b/math/xwpl/pkg-plist
index 190fab9313d3..522d79cb7415 100644
--- a/math/xwpl/pkg-plist
+++ b/math/xwpl/pkg-plist
@@ -24,7 +24,7 @@ share/examples/xwpl/transien.asc
share/examples/xwpl/twochrp1.asc
share/examples/xwpl/twochrp2.asc
share/examples/xwpl/zero.asc
-share/doc/xwpl/manual.ps
-share/doc/xwpl/README
+%%PORTDOCS%%share/doc/xwpl/manual.ps
+%%PORTDOCS%%share/doc/xwpl/README
@dirrm share/examples/xwpl
-@dirrm share/doc/xwpl
+%%PORTDOCS%%@dirrm share/doc/xwpl