summaryrefslogtreecommitdiff
path: root/tig
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2014-05-08 17:04:55 +0200
committerThomas Penteker <tek@serverop.de>2014-05-08 17:05:03 +0200
commit2e8317f210764750b264a227e181ab4310cd09a5 (patch)
tree641e14f39194cf39a0d0690cbd4fdd42721fbbf2 /tig
parenta0796a024c0d4cf59dd5acfc54171620689faf7a (diff)
downloadcontrib-2e8317f210764750b264a227e181ab4310cd09a5.tar.gz
contrib-2e8317f210764750b264a227e181ab4310cd09a5.tar.xz
tig: include man pages again
Diffstat (limited to 'tig')
-rw-r--r--tig/.footprint7
-rw-r--r--tig/Pkgfile9
2 files changed, 9 insertions, 7 deletions
diff --git a/tig/.footprint b/tig/.footprint
index 16164d97a..bcd94feb9 100644
--- a/tig/.footprint
+++ b/tig/.footprint
@@ -3,3 +3,10 @@ drwxr-xr-x root/root etc/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tig
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/tig.1.gz
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/tigrc.5.gz
+drwxr-xr-x root/root usr/man/man7/
+-rw-r--r-- root/root usr/man/man7/tigmanual.7.gz
diff --git a/tig/Pkgfile b/tig/Pkgfile
index 537c9003e..1a7e8dbf0 100644
--- a/tig/Pkgfile
+++ b/tig/Pkgfile
@@ -6,7 +6,7 @@
name=tig
version=2.0.1
-release=1
+release=2
source=(http://jonas.nitro.dk/$name/releases/$name-$version.tar.gz)
build() {
@@ -15,10 +15,5 @@ build() {
./configure --prefix=/usr --mandir=/usr/man --sysconfdir=/etc
make LDLIBS="-lncursesw -lreadline"
- make prefix=/usr DESTDIR=$PKG install
- # tig requires asciidoc for building man pages...
- #for i in 1 5 7; do
- # install -m 755 -d $PKG/usr/man/man${i}
- # install -m 644 *.${i} $PKG/usr/man/man${i}
- #done
+ make prefix=/usr DESTDIR=$PKG install-doc-man install
}

Generated by cgit