diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2009-06-15 20:42:30 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2009-06-15 20:42:30 +0000 |
commit | 9e823f875eccc44a27eb8796c6c962cceaa771b9 (patch) | |
tree | 285a0b1a4b19142b7ce6854e4f4c2ae7c393f572 /deskutils/taskwarrior | |
parent | c7a5aedd955fa83e49729c70b83dd69c75466b72 (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 25688d49ce7e..586bf02f9c10 100644 --- a/deskutils/taskwarrior/Makefile +++ b/deskutils/taskwarrior/Makefile @@ -24,7 +24,7 @@ MAN5= taskrc.5 .if defined(NOPORTDOCS) post-patch: - ${REINPLACE_CMD} -e '/^other_DATA/d' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e '326,333d' ${WRKSRC}/Makefile.in .endif .include <bsd.port.mk> |