1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Ryan Steinmetz 5129bd54c1 net/fiche: Fix dropping privs
PR:		293501
Reported by:	Benjamin Takacs <nimaje+fbz@bureaucracy.de>
2026-02-28 09:52:34 -05:00

27 lines
529 B
Makefile

PORTNAME= fiche
PORTVERSION= 0.9.1
PORTREVISION= 4
CATEGORIES= net
MAINTAINER= zi@FreeBSD.org
COMMENT= Command line pastebin for sharing terminal output
WWW= https://github.com/solusipse/fiche
LICENSE= MIT
USES= compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= solusipse
USE_RC_SUBR= ${PORTNAME}
SUB_FILES= pkg-message
USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${WWWDIR}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>