svn commit: r428822 - head/irc/ircII

Adam Weinberger adamw at FreeBSD.org
Sun Dec 18 01:48:37 UTC 2016


Author: adamw
Date: Sun Dec 18 01:48:36 2016
New Revision: 428822
URL: https://svnweb.freebsd.org/changeset/ports/428822

Log:
  Sub ${PREFIX} into the manpage.

Modified:
  head/irc/ircII/Makefile

Modified: head/irc/ircII/Makefile
==============================================================================
--- head/irc/ircII/Makefile	Sun Dec 18 01:41:01 2016	(r428821)
+++ head/irc/ircII/Makefile	Sun Dec 18 01:48:36 2016	(r428822)
@@ -42,6 +42,7 @@ post-patch:
 		-e '/^LDFLAGS =/s/$$/ -s ${ICONV_LIB}/' \
 		-e '/^INCLUDES =/s|$$| -I${ICONV_PREFIX}/include -DHAVE_ICONV_OPEN|' \
 		${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e 's|PREFIX/|${PREFIX}/|' ${WRKSRC}/doc/ircII.1
 
 post-install:
 	${MV} -f ${STAGEDIR}${PREFIX}/bin/irc-${PORTVERSION} ${STAGEDIR}${PREFIX}/bin/irc


More information about the svn-ports-head mailing list