summaryrefslogtreecommitdiff
path: root/community/pingus/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pingus/PKGBUILD')
-rw-r--r--community/pingus/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD
index a049f5d0d..4046afb3a 100644
--- a/community/pingus/PKGBUILD
+++ b/community/pingus/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 102268 2013-12-07 10:36:53Z bpiotrowski $
+# $Id: PKGBUILD 104769 2014-01-25 18:55:45Z lcarlier $
# Maintainer: Eric Belanger <eric@archlinux.org>
pkgname=pingus
pkgver=0.7.6
-pkgrel=10
+pkgrel=11
pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
arch=('i686' 'x86_64' 'mips64el')
url="http://pingus.seul.org"
@@ -23,6 +23,8 @@ build() {
# fedora patch to fix error due to new standards
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+ # manpage must be in man6, not man1
+ sed -i "s#/man1/#/man6/#g" Makefile
scons prefix=/usr
}