diff --git a/sysutils/fileprune/Makefile b/sysutils/fileprune/Makefile index 610d20e959d2..001bd74ab3cf 100644 --- a/sysutils/fileprune/Makefile +++ b/sysutils/fileprune/Makefile @@ -1,23 +1,21 @@ PORTNAME= fileprune PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dds@FreeBSD.org COMMENT= Prune a file set according to a given age distribution WWW= https://www.spinellis.gr/sw/unix/fileprune/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE 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