svn commit: r467508 - head/games/rubygem-lolcat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 16 18:33:09 UTC 2018


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
 


More information about the svn-ports-head mailing list