diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:26:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:26:32 +0000 |
commit | 4359ef1299492741bc6b6174d6d71fd35630b357 (patch) | |
tree | c127a17db276c8ab58bcec07830dd0ce5e978d57 /deskutils | |
parent | 2da9b8c12a9b8f91d8c3f6eb07b2152a04b1f8d0 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/todo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/todo/Makefile b/deskutils/todo/Makefile index 8a10ed33f565..54f15c9a914b 100644 --- a/deskutils/todo/Makefile +++ b/deskutils/todo/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= bash:shells/bash -CONFLICTS_INSTALL= devtodo-[0-9]* +# bin/todo +CONFLICTS_INSTALL= devtodo NO_ARCH= yes NO_BUILD= yes |