aboutsummaryrefslogtreecommitdiff
path: root/games/kbilliards/Makefile
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-18 10:37:11 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-18 10:37:11 +0000
commit8f86c4c1b7517748f1e0e8231eacbea311629a5f (patch)
treeadc7260ed517bb04176e9249de647f861afc1dde /games/kbilliards/Makefile
parenta583049d36d138fa3ed3484bdca60a762f7b6b1f (diff)
Notes
Diffstat (limited to 'games/kbilliards/Makefile')
-rw-r--r--games/kbilliards/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile
index dcca5923578a..7cbcc461a07f 100644
--- a/games/kbilliards/Makefile
+++ b/games/kbilliards/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= kbilliards
-PORTVERSION= 0.8.5
-PORTREVISION= 1
+PORTVERSION= 0.8.6
CATEGORIES= games kde
MASTER_SITES= http://www.hostnotfound.it/kbilliards/
@@ -16,8 +15,8 @@ COMMENT= Funny billiards simulator game for KDE
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
USE_BZIP2= yes
-USE_REINPLACE= yes
USE_KDELIBS_VER= 3
+USE_PERL5_BUILD= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -29,4 +28,7 @@ CFLAGS+= -Dsqrtl=sqrt
CFLAGS+= -Dround=rint
.endif
+pre-configure:
+ @cd ${WRKSRC} && ${PERL} admin/am_edit
+
.include <bsd.port.post.mk>