diff options
| -rw-r--r-- | editors/joe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 0f4def76e180..8bce615d58c1 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -27,7 +27,7 @@ LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} ALL_TARGET= ${PORTNAME} post-patch: - ${REINPLACE_CMD} -e 's|docs/README.old ||' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in post-install: for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \ |
