From f9391ba6e1ba5e93d590e59828e23282887cf550 Mon Sep 17 00:00:00 2001 From: will Date: Sun, 30 Sep 2001 17:15:17 +0000 Subject: Fix install problem and turn port over to ports@ for maintenance. --- games/kpuzzle/Makefile | 9 +++++---- games/kpuzzle/pkg-descr | 3 --- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'games/kpuzzle') 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 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 -- cgit