summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-08-25 22:29:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-08-25 22:29:40 +0000
commitda923f1dc158a67207e05855dbbc8f08b34ab411 (patch)
tree0eb9f036ccb710961338c4ad5374d4c341ed3ecb
parentFix a buffer overrun for some incorrect input files. (diff)
Add missing manpages and html documents. (Hmm, duplicates....)
Notes
Notes: svn path=/head/; revision=31981
-rw-r--r--x11-servers/XFree86-4-FontServer/Makefile2
-rw-r--r--x11-servers/XFree86-4-FontServer/pkg-plist4
-rw-r--r--x11-servers/XFree86-4-NestServer/Makefile2
-rw-r--r--x11-servers/XFree86-4-NestServer/pkg-plist4
-rw-r--r--x11-servers/XFree86-4-PrintServer/Makefile1
-rw-r--r--x11-servers/XFree86-4-PrintServer/pkg-plist3
-rw-r--r--x11-servers/XFree86-4-VirtualFramebufferServer/Makefile2
-rw-r--r--x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist4
8 files changed, 19 insertions, 3 deletions
diff --git a/x11-servers/XFree86-4-FontServer/Makefile b/x11-servers/XFree86-4-FontServer/Makefile
index e124aae7c362..aa344a993dc8 100644
--- a/x11-servers/XFree86-4-FontServer/Makefile
+++ b/x11-servers/XFree86-4-FontServer/Makefile
@@ -30,7 +30,7 @@ SCRIPTS_ENV+= PREFIX=${PREFIX} \
ALL_TARGET= FreeBSDPortsBuild
INSTALL_TARGET= FreeBSDPortsInstall FreeBSDPortsInstall.man
MANCOMPRESSED= yes
-MAN1= xfs.1
+MAN1= Xserver.1 xfs.1
do-configure:
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
diff --git a/x11-servers/XFree86-4-FontServer/pkg-plist b/x11-servers/XFree86-4-FontServer/pkg-plist
index ced5ee87b536..2f14dfe1cfde 100644
--- a/x11-servers/XFree86-4-FontServer/pkg-plist
+++ b/x11-servers/XFree86-4-FontServer/pkg-plist
@@ -1,2 +1,6 @@
bin/xfs
lib/X11/fs/config
+lib/X11/doc/html/Xserver.1.html
+lib/X11/doc/html/xfs.1.html
+lib/X11/doc/html/manindex1.html
+lib/X11/doc/html/manindex3.html
diff --git a/x11-servers/XFree86-4-NestServer/Makefile b/x11-servers/XFree86-4-NestServer/Makefile
index e6d2cd0a8793..856e509cdfba 100644
--- a/x11-servers/XFree86-4-NestServer/Makefile
+++ b/x11-servers/XFree86-4-NestServer/Makefile
@@ -30,7 +30,7 @@ SCRIPTS_ENV+= PREFIX=${PREFIX} \
ALL_TARGET= FreeBSDPortsBuild
INSTALL_TARGET= installXnest installXnest.man
MANCOMPRESSED= yes
-MAN1= Xnest.1
+MAN1= Xnest.1 Xserver.1
do-configure:
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
diff --git a/x11-servers/XFree86-4-NestServer/pkg-plist b/x11-servers/XFree86-4-NestServer/pkg-plist
index eff754d76af6..c8de501b11a4 100644
--- a/x11-servers/XFree86-4-NestServer/pkg-plist
+++ b/x11-servers/XFree86-4-NestServer/pkg-plist
@@ -1 +1,5 @@
bin/Xnest
+lib/X11/doc/html/Xnest.1.html
+lib/X11/doc/html/Xserver.1.html
+lib/X11/doc/html/manindex1.html
+lib/X11/doc/html/manindex3.html
diff --git a/x11-servers/XFree86-4-PrintServer/Makefile b/x11-servers/XFree86-4-PrintServer/Makefile
index 3aceb8dc4615..28734a3c32a8 100644
--- a/x11-servers/XFree86-4-PrintServer/Makefile
+++ b/x11-servers/XFree86-4-PrintServer/Makefile
@@ -29,6 +29,7 @@ SCRIPTS_ENV+= PREFIX=${PREFIX} \
DISTDIR=${DISTDIR}
ALL_TARGET= FreeBSDPortsBuild
INSTALL_TARGET= installXprt
+MAN1= Xserver.1
do-configure:
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
diff --git a/x11-servers/XFree86-4-PrintServer/pkg-plist b/x11-servers/XFree86-4-PrintServer/pkg-plist
index 0646e79271d4..e3a19fb408a3 100644
--- a/x11-servers/XFree86-4-PrintServer/pkg-plist
+++ b/x11-servers/XFree86-4-PrintServer/pkg-plist
@@ -1 +1,4 @@
bin/Xprt
+lib/X11/doc/html/Xserver.1.html
+lib/X11/doc/html/manindex1.html
+lib/X11/doc/html/manindex3.html
diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile
index a189298c07d5..6749c7d23e73 100644
--- a/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile
+++ b/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile
@@ -30,7 +30,7 @@ SCRIPTS_ENV+= PREFIX=${PREFIX} \
ALL_TARGET= FreeBSDPortsBuild
INSTALL_TARGET= installXvfb installXvfb.man
MANCOMPRESSED= yes
-MAN1= Xvfb.1
+MAN1= Xserver.1 Xvfb.1
do-configure:
cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
diff --git a/x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist b/x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist
index e2d161bbca7f..242ba18d0474 100644
--- a/x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist
+++ b/x11-servers/XFree86-4-VirtualFramebufferServer/pkg-plist
@@ -1 +1,5 @@
bin/Xvfb
+lib/X11/doc/html/Xserver.1.html
+lib/X11/doc/html/Xvfb.1.html
+lib/X11/doc/html/manindex1.html
+lib/X11/doc/html/manindex3.html