Date: Mon, 16 Apr 2018 18:33:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467508 - head/games/rubygem-lolcat Message-ID: <201804161833.w3GIX6CU069187@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Apr 16 18:33:05 2018 New Revision: 467508 URL: https://svnweb.freebsd.org/changeset/ports/467508 Log: Add comment Modified: head/games/rubygem-lolcat/Makefile Modified: head/games/rubygem-lolcat/Makefile ============================================================================== --- head/games/rubygem-lolcat/Makefile Mon Apr 16 18:33:01 2018 (r467507) +++ head/games/rubygem-lolcat/Makefile Mon Apr 16 18:33:05 2018 (r467508) @@ -25,6 +25,8 @@ PLIST_FILES= bin/lolcat \ post-build: @${REINPLACE_CMD} -e 's|man/lolcat.6|&.gz|' ${WRKSRC}/${GEMSPEC} +# compress the manpage manually instead of MANDIRS because of the order in +# _STAGE_SEQ: 820:gem-autoplist 850:compress-man post-install: ${GZIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/man/lolcat.6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804161833.w3GIX6CU069187>