aboutsummaryrefslogtreecommitdiff
path: root/misc/heyu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/heyu/Makefile')
-rw-r--r--misc/heyu/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile
index 7bdffffa0671..dd2b75d46e0a 100644
--- a/misc/heyu/Makefile
+++ b/misc/heyu/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= heyu
-PORTVERSION= 1.31.3
+PORTVERSION= 1.33
CATEGORIES= misc
MASTER_SITES= http://heyu.tanj.com/
DISTNAME= x10_heyu
@@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= plambert@plambert.net
-BROKEN= "Patches need to be upgraded."
-
ALL_TARGET= heyu
WRKSRC= ${WRKDIR}/heyu.dir
@@ -26,6 +24,9 @@ MAN5= x10config.5 \
do-configure:
${PERL} -pi.orig -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
+pre-patch:
+ (cd ${WRKSRC} && ./Configure)
+
post-install:
strip ${PREFIX}/bin/heyu
.if !defined(NOPORTDOCS)