1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

sysutils/fileprune: Move man page to share/man

Approved by:	portmg (blanket)
This commit is contained in:
Yasuhiro Kimura 2024-03-29 17:17:26 +09:00
parent d25378fd20
commit d2f69656eb

View File

@ -1,5 +1,6 @@
PORTNAME= fileprune
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= dds@FreeBSD.org
@ -14,10 +15,7 @@ USE_GITHUB= yes
GH_ACCOUNT= dspinellis
GH_TAGNAME= 2dd22fc
PLIST_FILES= bin/fileprune man/man1/fileprune.1.gz
PLIST_FILES= bin/fileprune share/man/man1/fileprune.1.gz
MAKE_ARGS= CFLAGS="${CFLAGS}" PREFIX="${STAGEDIR}${PREFIX}"
post-extract:
${REINPLACE_CMD} -e 's,/share,,' ${WRKSRC}/Makefile
.include <bsd.port.mk>