diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 12:01:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 12:01:13 +0000 |
commit | 97de06e095b9060648cc94d2a6652b08befc1d4e (patch) | |
tree | c097dad4a498969cf265a827853c20e288403148 /misc/heyu2/Makefile | |
parent | f16753f6d7b0aed9b0f44a77988d2d90899e4deb (diff) |
- Chase checksum. Author released new version 1.35_2. Author does not
version tarballs.
PR: ports/63708 (inspired by)
Notes
Notes:
svn path=/head/; revision=103093
Diffstat (limited to 'misc/heyu2/Makefile')
-rw-r--r-- | misc/heyu2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index 5b61819a129e..0e5258e0aabd 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -7,6 +7,7 @@ PORTNAME= heyu PORTVERSION= 1.35 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://heyu.tanj.com/ DISTNAME= x10_heyu @@ -15,14 +16,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= plambert@plambert.net COMMENT= Control a CM11A interface from the command line -BROKEN= "Checksum mismatch" - IS_INTERACTIVE= yes ALL_TARGET= heyu WRKSRC= ${WRKDIR}/heyu.dir USE_REINPLACE= yes -MAN1= heyu.1 +MAN1= heyu.1 heyuhelper.1 MAN5= x10config.5 \ x10sched.5 @@ -30,7 +29,7 @@ do-configure: ${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile pre-patch: - (cd ${WRKSRC} && ./Configure) + (cd ${WRKSRC} && ./Configure freebsd) post-install: ${STRIP_CMD} ${PREFIX}/bin/heyu |