aboutsummaryrefslogtreecommitdiff
path: root/misc/heyu/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 16:09:59 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 16:09:59 +0000
commitfbad0c9cf4b4f929dd38128eeee66ca114d389dc (patch)
tree3ce9d639ff112e45b9a561309a81f5826194fade /misc/heyu/Makefile
parenta31f0c0934c40e967bd720999961fbcb7e91fd10 (diff)
downloadports-fbad0c9cf4b4f929dd38128eeee66ca114d389dc.tar.gz
ports-fbad0c9cf4b4f929dd38128eeee66ca114d389dc.zip
Notes
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)