diff options
Diffstat (limited to 'misc/heyu/Makefile')
-rw-r--r-- | misc/heyu/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile index 59c241a9d99b..7920f415f814 100644 --- a/misc/heyu/Makefile +++ b/misc/heyu/Makefile @@ -7,9 +7,9 @@ PORTNAME= heyu PORTVERSION= 1.35 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc -MASTER_SITES= http://www.heyu.org/heyu1/ +MASTER_SITES= http://www.heyu.org/version1/ DISTNAME= x10_heyu EXTRACT_SUFX= .tgz @@ -18,7 +18,7 @@ COMMENT= Control a CM11A interface from the command line CONFLICTS= heyu2-[0-9]* -IS_INTERACTIVE= yes +FOR_CDROM= yes ALL_TARGET= heyu WRKSRC= ${WRKDIR}/heyu.dir @@ -28,13 +28,10 @@ MAN5= x10config.5 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600105 -BROKEN= Does not compile -.endif - post-patch: @${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \ - s,(CC|CFLAGS) =,\1 ?=,g' \ + s,(CC) =,\1 ?=,g; \ + s,(CFLAGS) =,\1 +=,g'\ ${WRKSRC}/Configure do-configure: |