summaryrefslogtreecommitdiffstats
path: root/openmotif
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-07-31 17:36:32 +0000
committer Eric Hameleers <alien@slackware.com>2009-07-31 17:36:32 +0000
commitc67a8af444854f7cb6859105808f079e84069b0c (patch)
tree3ede54188e0d4142311c9b1860cb4db05fc29064 /openmotif
parentc7387d47d667bc73f5b7f410b09e837a40b337bb (diff)
downloadasb-c67a8af444854f7cb6859105808f079e84069b0c.tar.gz
asb-c67a8af444854f7cb6859105808f079e84069b0c.tar.xz
Get rid of the stupid prefix, it affects the names of all manpages too
Diffstat (limited to 'openmotif')
-rwxr-xr-xopenmotif/build/openmotif.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/openmotif/build/openmotif.SlackBuild b/openmotif/build/openmotif.SlackBuild
index 54c67720..74705555 100755
--- a/openmotif/build/openmotif.SlackBuild
+++ b/openmotif/build/openmotif.SlackBuild
@@ -29,8 +29,9 @@
# Descr: Open Motif User Interface toolkit
# URL: http://motifzone.net/
# Needs:
+# Replaces: lesstif
# Changelog:
-# 2.3.2-1: 28/Jul/2009 by Eric Hameleers <alien@slackware.com>
+# 2.3.2-1: 31/Jul/2009 by Eric Hameleers <alien@slackware.com>
# * Initial build.
#
# Run 'sh openmotif.SlackBuild' to build a Slackware package.
@@ -145,7 +146,7 @@ CFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--enable-themes \
--disable-static \
- --program-prefix='om_' \
+ --program-prefix= \
--program-suffix= \
--build=$ARCH-slackware-linux \
2>&1 | tee $OUTPUT/configure-${PRGNAM}.log
@@ -154,7 +155,7 @@ make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log
make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
# This conflicts with a perl manpage:
-mv $PKG/usr/man/man3/Shell.3 $PKG/usr/man/man3/Shell.openmotif.3
+mv $PKG/usr/man/man3/Shell.3 $PKG/usr/man/man3/omShell.3
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION