diff options
author | pav <pav@FreeBSD.org> | 2004-03-06 20:01:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-06 20:01:13 +0800 |
commit | c0e5f47470ba37220700edd47ed0b827e29fc803 (patch) | |
tree | 254c5b59ec8f71167a5044dc8640bc18bbaaba61 /misc/heyu2/Makefile | |
parent | aff9f228f7b8e1b7145fbadfc718c457c42db00f (diff) | |
download | freebsd-ports-gnome-c0e5f47470ba37220700edd47ed0b827e29fc803.tar.gz freebsd-ports-gnome-c0e5f47470ba37220700edd47ed0b827e29fc803.tar.zst freebsd-ports-gnome-c0e5f47470ba37220700edd47ed0b827e29fc803.zip |
- Chase checksum. Author released new version 1.35_2. Author does not
version tarballs.
PR: ports/63708 (inspired by)
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 |