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 | |
parent | f16753f6d7b0aed9b0f44a77988d2d90899e4deb (diff) | |
download | ports-97de06e095b9060648cc94d2a6652b08befc1d4e.tar.gz ports-97de06e095b9060648cc94d2a6652b08befc1d4e.zip |
Notes
Diffstat (limited to 'misc/heyu2')
-rw-r--r-- | misc/heyu2/Makefile | 7 | ||||
-rw-r--r-- | misc/heyu2/distinfo | 3 | ||||
-rw-r--r-- | misc/heyu2/pkg-plist | 3 |
3 files changed, 8 insertions, 5 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 diff --git a/misc/heyu2/distinfo b/misc/heyu2/distinfo index d3939a9ea8db..6e9b5a0fd5aa 100644 --- a/misc/heyu2/distinfo +++ b/misc/heyu2/distinfo @@ -1 +1,2 @@ -MD5 (x10_heyu.tgz) = 4622d3f9a85341f209656dff893c967e +MD5 (x10_heyu.tgz) = e51ecc053c1d8780714bd53a128698f3 +SIZE (x10_heyu.tgz) = 84277 diff --git a/misc/heyu2/pkg-plist b/misc/heyu2/pkg-plist index ee07938e074e..85c305b75f1f 100644 --- a/misc/heyu2/pkg-plist +++ b/misc/heyu2/pkg-plist @@ -1,4 +1,7 @@ +bin/dawndusk bin/heyu +bin/heyuhelper +bin/makesched share/examples/heyu/x10config.sample share/examples/heyu/x10sched.conf.sample @dirrm share/examples/heyu |