svn commit: r382429 - head/editors/joe
Mikhail Teterin
mi at FreeBSD.org
Fri Mar 27 15:45:19 UTC 2015
Author: mi
Date: Fri Mar 27 15:45:17 2015
New Revision: 382429
URL: https://svnweb.freebsd.org/changeset/ports/382429
QAT: https://qat.redports.org/buildarchive/r382429/
Log:
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
Modified:
head/editors/joe/Makefile
Modified: head/editors/joe/Makefile
==============================================================================
--- head/editors/joe/Makefile Fri Mar 27 15:32:47 2015 (r382428)
+++ head/editors/joe/Makefile Fri Mar 27 15:45:17 2015 (r382429)
@@ -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 \
More information about the svn-ports-all
mailing list