diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2015-03-27 23:45:17 +0800 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2015-03-27 23:45:17 +0800 |
commit | cd38cc6a19b0c08f967d1db82aa80b9f4b3fad3a (patch) | |
tree | 9b5784a7d9d4081ff0edcad601aaeb728afe2161 /editors | |
parent | d8aa4404f4ba7e60ac9ae31cd743317c46cc1c99 (diff) | |
download | freebsd-ports-gnome-cd38cc6a19b0c08f967d1db82aa80b9f4b3fad3a.tar.gz freebsd-ports-gnome-cd38cc6a19b0c08f967d1db82aa80b9f4b3fad3a.tar.zst freebsd-ports-gnome-cd38cc6a19b0c08f967d1db82aa80b9f4b3fad3a.zip |
Remove man.md from the list of installed files as well. The actual joe.1
man-page is installed anyway, there is no need for this, that I can see.
PR: 198894
Diffstat (limited to 'editors')
-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 \ |