diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-06-25 23:19:26 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-06-25 23:19:26 +1000 |
commit | 89821d9117f9836c400674faf84c99cd9637b1b6 (patch) | |
tree | d7f9d92fe5a68cd41f5bbd859cfe6bbe9dd3a633 | |
parent | 215b11ddf6116af0735fd87143304582fb070b45 (diff) | |
download | contrib-89821d9117f9836c400674faf84c99cd9637b1b6.tar.gz contrib-89821d9117f9836c400674faf84c99cd9637b1b6.tar.xz |
wyrd: move man pages to share, remove redundant dependency
-rw-r--r-- | wyrd/.footprint | 11 | ||||
-rw-r--r-- | wyrd/.signature | 6 | ||||
-rw-r--r-- | wyrd/Pkgfile | 5 |
3 files changed, 12 insertions, 10 deletions
diff --git a/wyrd/.footprint b/wyrd/.footprint index 4ac6bc62e..cbfcd64b7 100644 --- a/wyrd/.footprint +++ b/wyrd/.footprint @@ -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 diff --git a/wyrd/.signature b/wyrd/.signature index 30d1e5d25..33249f861 100644 --- a/wyrd/.signature +++ b/wyrd/.signature @@ -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 diff --git a/wyrd/Pkgfile b/wyrd/Pkgfile index 661fe42e4..b25a66ae3 100644 --- a/wyrd/Pkgfile +++ b/wyrd/Pkgfile @@ -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 } |