diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-08-21 09:53:49 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-08-21 09:53:49 +0000 |
commit | ff77f56a9a7e8b7414ad1b3ebfb3314c3566a676 (patch) | |
tree | 45e26a89b01322dce4d74fc18d81091cc0e15bca /deskutils/taskwarrior | |
parent | b59fac5a75e0a410d8e28f50678b38c6f8cfa80b (diff) |
Notes
Diffstat (limited to 'deskutils/taskwarrior')
-rw-r--r-- | deskutils/taskwarrior/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/taskwarrior/Makefile b/deskutils/taskwarrior/Makefile index 3352286792e8..43ad15990ac9 100644 --- a/deskutils/taskwarrior/Makefile +++ b/deskutils/taskwarrior/Makefile @@ -27,7 +27,7 @@ post-patch: ${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|; s|%%DATADIR%%|${DATADIR}|' \ ${WRKSRC}/Makefile.in .if defined(NOPORTDOCS) - ${REINPLACE_CMD} -e '341,348d' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e '342,349d' ${WRKSRC}/Makefile.in .endif .include <bsd.port.post.mk> |