wyrd: move man pages to share, remove redundant dependency

This commit is contained in:
Danny Rawlins 2017-06-25 23:19:26 +10:00
parent 215b11ddf6
commit 89821d9117
3 changed files with 12 additions and 10 deletions

View File

@ -3,8 +3,9 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wyrd
drwxr-xr-x root/root usr/etc/
-rw-r--r-- root/root usr/etc/wyrdrc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/wyrd.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/wyrdrc.5.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/wyrd.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/wyrdrc.5.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wsfDjbQEpKbQGOvI7FE+XTZ//QWNjw/WU87VCI0FgKxvUCpgSWtODXOhpod5OYD/C9qialqG00GnrnkkbbKIgo=
SHA256 (Pkgfile) = d23dd099cebe3b8371ae68a08eadd02401492e659377ad33b73c50342f4aef46
SHA256 (.footprint) = cb874b58f7bfe9e16ea3e0bb2447832f2fa79388db49f87c02be7a2861c162d0
RWSagIOpLGJF3zq9OZ/S0Wq6BcOkhnTt/sHdDQU+x3Z6TP0VCViiAcftB9Zc2CB0m8101odCEVN3C0ZiyMoRaBVAZoG3OOWyqg4=
SHA256 (Pkgfile) = 01d17beb2335b95c4a06a93a0e67ec765dc9656829bc91a159eabc02c6112fb0
SHA256 (.footprint) = 0176c4796da14d3abd21c253c99e6c04ae0ec89413b3c7686a8e6cd0305e8237
SHA256 (wyrd-1.4.6.tar.gz) = b2b51d6fb38f8b8b3ec30ee72093f791ba9b6fe35418191bc2011d2c8079997e

View File

@ -2,7 +2,7 @@
# URL: http://www.eecs.umich.edu/~pelzlpj/wyrd/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Depends on: remind, ocaml, camlp
# Depends on: camlp remind
name=wyrd
version=1.4.6
@ -11,9 +11,10 @@ source=(https://crux.nu/~tek/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/usr/etc
make
make DESTDIR=$PKG install
}