summaryrefslogtreecommitdiff
path: root/polyglotman
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
committerMatt Housh <jaeger@crux.ninja>2015-08-12 11:06:49 -0500
commit672e28e9826c79f1bde727d57c9c8797bcee423d (patch)
tree2422b360f8e979c9286bde59a50977712cda4750 /polyglotman
parentddd5a193431b5815196536ae5eebf026ba7ae2f7 (diff)
downloadxorg-672e28e9826c79f1bde727d57c9c8797bcee423d.tar.gz
xorg-672e28e9826c79f1bde727d57c9c8797bcee423d.tar.xz
polyglotman: moved man pages to /usr/share/man
Diffstat (limited to 'polyglotman')
-rw-r--r--polyglotman/.footprint7
-rw-r--r--polyglotman/Pkgfile6
2 files changed, 7 insertions, 6 deletions
diff --git a/polyglotman/.footprint b/polyglotman/.footprint
index 3f495ad6..2f4fc981 100644
--- a/polyglotman/.footprint
+++ b/polyglotman/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rman
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/rman.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/rman.1.gz
diff --git a/polyglotman/Pkgfile b/polyglotman/Pkgfile
index ee510703..08ec0f38 100644
--- a/polyglotman/Pkgfile
+++ b/polyglotman/Pkgfile
@@ -4,7 +4,7 @@
name=polyglotman
version=3.2
-release=1
+release=2
source=(http://downloads.sourceforge.net/project/$name/$name/$version/rman-$version.tar.gz)
build() {
@@ -13,7 +13,7 @@ build() {
make
install -d $PKG/usr/bin
- install -d $PKG/usr/man/man1
+ install -d $PKG/usr/share/man/man1
- make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/man/man1 install
+ make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/share/man/man1 install
}

Generated by cgit