summaryrefslogtreecommitdiff
path: root/community/puzzles
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-26 01:14:24 -0700
committerroot <root@rshg054.dnsready.net>2013-07-26 01:14:24 -0700
commit09c5dbb237be55059b6816f81295f2f122742a0a (patch)
tree1e175dc5bb6de2e61d52b8fba36b6fea52517685 /community/puzzles
parentd184897bb273331edc2aa9c37f6514f9956c58f4 (diff)
Fri Jul 26 01:13:58 PDT 2013
Diffstat (limited to 'community/puzzles')
-rw-r--r--community/puzzles/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/puzzles/PKGBUILD b/community/puzzles/PKGBUILD
index e40de4723..68fd24c76 100644
--- a/community/puzzles/PKGBUILD
+++ b/community/puzzles/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: schuay <jakob.gruber@gmail.com>
pkgname=puzzles
-pkgver=9840
+pkgver=9893
pkgrel=1
pkgdesc="Simon Tatham's Portable Puzzle Collection"
arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@ build() {
./mkfiles.pl
- sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
+ sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
- make prefix=/usr
+ make -f Makefile.gtk prefix=/usr
}
package() {
@@ -30,7 +30,7 @@ package() {
install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
- make prefix=/usr DESTDIR=${pkgdir} install
+ make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
#fix FS#14600
mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net