diff options
author | miwi <miwi@FreeBSD.org> | 2006-07-25 12:10:32 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-07-25 12:10:32 +0000 |
commit | 9b9eb7a937b24ea9fb5ed6c450194b6fd51279e9 (patch) | |
tree | 32711f99ce9fd8c29aa380df6ecb63976774224b /misc | |
parent | 81aaeb1194e816b68efd0a972a8a0032333a05c4 (diff) | |
download | FreeBSD-ports-9b9eb7a937b24ea9fb5ed6c450194b6fd51279e9.zip FreeBSD-ports-9b9eb7a937b24ea9fb5ed6c450194b6fd51279e9.tar.gz |
- Unbreak
- Bump PORTREVISION
PR: ports/100734
Submitted by: mstowe@chicago.us.mensa.org <mstowe(at)chicago.us.mensa.org>
Approved by: krion (mentor)
Diffstat (limited to 'misc')
-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 59c241a..7920f41 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: |