summaryrefslogtreecommitdiff
path: root/wyrd
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2008-06-02 20:46:14 +0200
committerThomas Penteker <tek@serverop.de>2008-06-02 20:46:14 +0200
commit7eee0064190b8179c4c56104a01816525730fcca (patch)
treeed03c8821090b6078c7f7d9ce0fef95dbff42ed1 /wyrd
parentd918d9eb9a9d8f066c75b0de02765ecb6ece69d4 (diff)
downloadcontrib-7eee0064190b8179c4c56104a01816525730fcca.tar.gz
contrib-7eee0064190b8179c4c56104a01816525730fcca.tar.xz
wyrd: fix prtverify warnings
Diffstat (limited to 'wyrd')
-rw-r--r--wyrd/.footprint11
-rw-r--r--wyrd/Pkgfile5
2 files changed, 8 insertions, 8 deletions
diff --git a/wyrd/.footprint b/wyrd/.footprint
index cbfcd64b7..4ac6bc62e 100644
--- a/wyrd/.footprint
+++ b/wyrd/.footprint
@@ -3,9 +3,8 @@ 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/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
+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
diff --git a/wyrd/Pkgfile b/wyrd/Pkgfile
index a22752aa5..a61b23961 100644
--- a/wyrd/Pkgfile
+++ b/wyrd/Pkgfile
@@ -6,12 +6,13 @@
name=wyrd
version=1.4.4
-release=1
+release=2
source=(http://pessimization.com/software/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --mandir=/usr/man
make
make DESTDIR=$PKG install
}

Generated by cgit