summaryrefslogtreecommitdiff
path: root/links
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-04-29 19:13:34 +0200
committerJuergen Daubert <jue@jue.li>2019-04-29 19:13:34 +0200
commit011b1bd7ea1011e8ca5e1bd3d91605c1dc91e43b (patch)
treed7d0dd32ff9aabd6251ecc531e2212332d2d7337 /links
parent51ec67cab53b752fafd4f9df9ce65439ae9ede12 (diff)
downloadopt-011b1bd7ea1011e8ca5e1bd3d91605c1dc91e43b.tar.gz
opt-011b1bd7ea1011e8ca5e1bd3d91605c1dc91e43b.tar.xz
links: fix man-page location
Diffstat (limited to 'links')
-rw-r--r--links/.footprint7
-rw-r--r--links/.signature6
-rw-r--r--links/Pkgfile4
3 files changed, 10 insertions, 7 deletions
diff --git a/links/.footprint b/links/.footprint
index 9ce6f70bd..a8509153f 100644
--- a/links/.footprint
+++ b/links/.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/links
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/links.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/links.1.gz
diff --git a/links/.signature b/links/.signature
index c0701894b..c8bf8d01d 100644
--- a/links/.signature
+++ b/links/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/QdffmMeWQTO/Y61JAqGtGAvCpGicuAet0NWvhnZvmfZ9jpYZ1rn1JOiHSGxj78mXZC8QOrUyf4c+jwk9H3zSAw=
-SHA256 (Pkgfile) = 77ec200bc6357e927e1cef1db89c38256d09a6758cf6fe9f68390fea2544528b
-SHA256 (.footprint) = d4a15715261774915063fd189ebc098512027f9bd8973e479a9d5d1b9544b548
+RWSE3ohX2g5d/cXRyjWZwFrA31KXetjIwTcECI6BIUmLaeB1JFRQC/2Y8YdXLCP4Hp6zCaucSggexsJ+yPqaU86ZvOsoiMbBNww=
+SHA256 (Pkgfile) = 40a42b97e935482bcf1486f22506f9c4e28c6ebb4cd67f88a9b63d8a8bd51246
+SHA256 (.footprint) = c2afa4f2a69ab6b43fc49be2570a1e18a081de36447877d2a3f36d2f43553c70
SHA256 (links-2.19.tar.bz2) = 70758c7dd9bb70f045407900e0a90f1114947fce832c2f9bdefd5c0158089a0a
diff --git a/links/Pkgfile b/links/Pkgfile
index 9e3c5dabb..254c74cff 100644
--- a/links/Pkgfile
+++ b/links/Pkgfile
@@ -11,7 +11,9 @@ source=(http://links.twibright.com/download/links-$version.tar.bz2)
build () {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man
make
make DESTDIR=$PKG install

Generated by cgit