aboutsummaryrefslogtreecommitdiff
path: root/games/kpuzzle
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-09-30 17:15:17 +0000
committerWill Andrews <will@FreeBSD.org>2001-09-30 17:15:17 +0000
commita51a04711f51d9867c4d136a98c3d381098d000b (patch)
tree5e8c2388c36869e5aab522282bb461ba3cb66bcb /games/kpuzzle
parent087d796325b0e87e91a69ad8320b9a89706523c5 (diff)
downloadports-a51a04711f51d9867c4d136a98c3d381098d000b.tar.gz
ports-a51a04711f51d9867c4d136a98c3d381098d000b.zip
Notes
Diffstat (limited to 'games/kpuzzle')
-rw-r--r--games/kpuzzle/Makefile9
-rw-r--r--games/kpuzzle/pkg-descr3
2 files changed, 5 insertions, 7 deletions
diff --git a/games/kpuzzle/Makefile b/games/kpuzzle/Makefile
index 180e204e35c8..53a06a6e8e20 100644
--- a/games/kpuzzle/Makefile
+++ b/games/kpuzzle/Makefile
@@ -11,15 +11,16 @@ CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= unstable/apps/games
-MAINTAINER= will@FreeBSD.org
-
-BROKEN= "installation error"
+MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER=2
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
USE_BZIP2= yes
USE_GMAKE= yes
+pre-configure:
+ ${PERL} -pi -e "s@default@en@g" ${WRKSRC}/kpuzzle/doc/en/Makefile.in
+
.include <bsd.port.mk>
diff --git a/games/kpuzzle/pkg-descr b/games/kpuzzle/pkg-descr
index 206a11058e1a..1a0ad8288eee 100644
--- a/games/kpuzzle/pkg-descr
+++ b/games/kpuzzle/pkg-descr
@@ -1,4 +1 @@
This is a jigsaw puzzle game for KDE.
-
-Will Andrews
-will@FreeBSD.org