diff options
author | gahr <gahr@FreeBSD.org> | 2009-08-21 17:53:49 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-08-21 17:53:49 +0800 |
commit | 887f1363afab93b859aa5a4baf4ef3cd02aa8425 (patch) | |
tree | 1b7475fb3c0f2c76b273967b4db64c4fbe99f382 /deskutils | |
parent | b8797bca212216cca7c977e6c18aede9085331fd (diff) | |
download | freebsd-ports-gnome-887f1363afab93b859aa5a4baf4ef3cd02aa8425.tar.gz freebsd-ports-gnome-887f1363afab93b859aa5a4baf4ef3cd02aa8425.tar.zst freebsd-ports-gnome-887f1363afab93b859aa5a4baf4ef3cd02aa8425.zip |
- Fix NOPORTDOCS build
Diffstat (limited to 'deskutils')
-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> |