diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-25 12:10:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-25 12:10:32 +0000 |
commit | 1cb1def940c49fc477a18c695e49f00464122380 (patch) | |
tree | 0ff18432ea3c204cd62f0296397de044753a7e3a /misc/heyu | |
parent | 9abdbb1d2a05254f990fcd01865ab17aba00be82 (diff) | |
download | ports-1cb1def940c49fc477a18c695e49f00464122380.tar.gz ports-1cb1def940c49fc477a18c695e49f00464122380.zip |
Notes
Diffstat (limited to 'misc/heyu')
-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: |