diff --git a/general/genlib/xapian.xml b/general/genlib/xapian.xml
index e3c9ea3404..e97a004230 100644
--- a/general/genlib/xapian.xml
+++ b/general/genlib/xapian.xml
@@ -70,7 +70,8 @@
running the following commands:
./configure --prefix=/usr \
- --disable-static &&
+ --disable-static \
+ --docdir=/usr/share/doc/xapian-core-&xapian-version; &&
make
@@ -102,7 +103,9 @@ make
libxapian.so
- /usr/include/xapian, /usr/lib/cmake/xapian and /usr/share/doc/xapian-core
+ /usr/include/xapian,
+ /usr/lib/cmake/xapian, and
+ /usr/share/doc/xapian-core-&xapian-version;
diff --git a/gnome/platform/vte.xml b/gnome/platform/vte.xml
index 8a69cb0df5..ec3c05e547 100644
--- a/gnome/platform/vte.xml
+++ b/gnome/platform/vte.xml
@@ -169,27 +169,27 @@ make
-
+ vte2_&vte-nano;
is a test application for the VTE
libraries.
-
+ vte2_&vte-nano;
-
+ libvte2_&vte-nano;.so
is a library which implements a terminal emulator
widget for GTK+ 3.
-
+ libvte2_&vte-nano;.so
diff --git a/networking/netutils/wicd.xml b/networking/netutils/wicd.xml
index d5d749c8f1..0ed99bfd43 100644
--- a/networking/netutils/wicd.xml
+++ b/networking/netutils/wicd.xml
@@ -61,14 +61,7 @@
Estimated build time: &wicd-time;
-
+
Wicd DependenciesWicd uses ifconfig to activate network
@@ -116,10 +109,12 @@
sed -i '/wpath.logrotate\|wpath.systemd/d' setup.py &&
rm po/*.po &&
+
python setup.py configure --no-install-kde \
--no-install-acpi \
--no-install-pmutils \
- --no-install-init
+ --no-install-init \
+ --docdir=/usr/share/doc/wicd-&wicd-version;
This package does not come with a test suite.
@@ -132,15 +127,15 @@ python setup.py configure --no-install-kde \
Command Explanations
+ sed -i '/wpath...: This sed
+ prevents installation of logrotate and systemd
+ configuration files. You may omit it if you use these utilities.
+
rm po/*.po: This command removes the international
messages associated with this package. The command is required unless
Babel is installed. If it is installed, po/ast.po still needs to be removed
in order for the build to complete.
- sed -i '/wpath...: This sed
- prevents installation of logrotate and systemd
- configuration files. You may omit it if you use these utilities.
-
: Prevent installation of an
autostart desktop file for KDE. If you use KDE, you should instead install the
Wicd KDE Client.
diff --git a/postlfs/filesystems/xfsprogs.xml b/postlfs/filesystems/xfsprogs.xml
index 5a8bb2c384..3605bcaf18 100644
--- a/postlfs/filesystems/xfsprogs.xml
+++ b/postlfs/filesystems/xfsprogs.xml
@@ -92,10 +92,10 @@
Now, as the root user:
-make install &&
-make install-dev &&
-rm -rfv /lib/libhandle.{a,la,so} &&
-ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so &&
+make PKG_DOC_DIR=/usr/share/doc/xfsprogs-&xfsprogs-version; install &&
+make PKG_DOC_DIR=/usr/share/doc/xfsprogs-&xfsprogs-version; install-dev &&
+rm -rfv /lib/libhandle.{a,la,so} &&
+ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so &&
sed -i "s@libdir='/lib@libdir='/usr/lib@g" /usr/lib/libhandle.la
@@ -136,7 +136,7 @@ sed -i "s@libdir='/lib@libdir='/usr/lib@g" /usr/lib/libhandle.la
libhandle.{so,a}
- /usr/include/xfs and /usr/share/doc/xfsprogs
+ /usr/include/xfs and /usr/share/doc/xfsprogs-&xfsprogs-version;