diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 10:24:27 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 10:24:27 +0800 |
commit | 165b0cd3d5972cb8542b203a69bcbee64febe16d (patch) | |
tree | c042d197cbf5f6ea24db733cf53d181bf1ff1690 /deskutils | |
parent | ad47ca8a79f0cda3898cce3919bae1c3d028558b (diff) | |
download | freebsd-ports-gnome-165b0cd3d5972cb8542b203a69bcbee64febe16d.tar.gz freebsd-ports-gnome-165b0cd3d5972cb8542b203a69bcbee64febe16d.tar.zst freebsd-ports-gnome-165b0cd3d5972cb8542b203a69bcbee64febe16d.zip |
- update to 1.7.3
- Respect DESTDIR [1]
PR: ports/101894 [1]
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/todo/Makefile | 8 | ||||
-rw-r--r-- | deskutils/todo/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile index 5b48907c7760..10b52d23089b 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -7,7 +7,7 @@ # PORTNAME= todo -PORTVERSION= 1.6 +PORTVERSION= 1.7.3 CATEGORIES= deskutils MASTER_SITES= http://todotxt.com/library/todo.sh/ DISTNAME= todo.sh @@ -17,8 +17,6 @@ COMMENT= Todo.txt Managers RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -BROKEN= checksum mismatch - USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes @@ -29,7 +27,7 @@ post-patch: @${REINPLACE_CMD} -e "s,/bin/sh,${LOCALBASE}/bin/bash," ${WRKSRC}/todo.sh do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${PREFIX}/bin/todo - @${INSTALL_DATA} ${WRKSRC}/.todo ${PREFIX}/etc/dot.todo + @${INSTALL_SCRIPT} ${WRKSRC}/todo.sh ${TARGETDIR}/bin/todo + @${INSTALL_DATA} ${WRKSRC}/.todo ${TARGETDIR}/etc/dot.todo .include <bsd.port.mk> diff --git a/deskutils/todo/distinfo b/deskutils/todo/distinfo index 985ca76dc042..d8c50506ec71 100644 --- a/deskutils/todo/distinfo +++ b/deskutils/todo/distinfo @@ -1,3 +1,3 @@ -MD5 (todo.sh.zip) = 5e49fd7f8361fc62be147396a85b7c12 -SHA256 (todo.sh.zip) = dd42faf9e960a274b8bfec95f9f1a29db83b510391ea2d40afd32ee44d0f83fa -SIZE (todo.sh.zip) = 3654 +MD5 (todo.sh.zip) = 09d88722aef91cebe7f6b0f2a25ac873 +SHA256 (todo.sh.zip) = 8a0d65dbdb2bfa35f17155e6251c90f92736dd95f5f6b4a993ea52ed9a194f41 +SIZE (todo.sh.zip) = 4138 |