Files
ports/games/rubygem-lolcat/Makefile
T
Po-Chuan Hsieh ae3257056e games/rubygem-lolcat: Simplify manpage handling
- Bump PORTREVISION for package change

It also fixes a stage-qa error.

====> Running Q/A tests (stage-qa)
Error: Bad symlink 'share/man/man6/lolcat.6.gz' pointing inside the stage directory
*** Error code 1
2026-05-25 13:28:13 +08:00

31 lines
653 B
Makefile

PORTNAME= lolcat
PORTVERSION= 100.0.1
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Rainbows and unicorns
WWW= https://github.com/busyloop/lolcat
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-manpages>=0.6.1<1:devel/rubygem-manpages \
rubygem-optimist>=3.0.0<4:devel/rubygem-optimist \
rubygem-paint>=2.1<3:devel/rubygem-paint
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/lolcat \
share/man/man6/lolcat.6.gz
CONFLICTS_INSTALL= lolcat # bin/lolcat
post-install:
${INSTALL_MAN} ${WRKSRC}/man/lolcat.6 ${STAGEDIR}${PREFIX}/share/man/man6/lolcat.6
.include <bsd.port.mk>