aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:17:26 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:17:26 +0000
commitd2f69656eb3ab3e86638c5d8bf921e41a4356778 (patch)
treef79364615ab8bd558b11f561b639f7355b3005d8 /sysutils
parentd25378fd2095ca846e761e03690a33ffcf2b48d4 (diff)
downloadports-d2f69656eb3ab3e86638c5d8bf921e41a4356778.tar.gz
ports-d2f69656eb3ab3e86638c5d8bf921e41a4356778.zip
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fileprune/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/fileprune/Makefile b/sysutils/fileprune/Makefile
index 610d20e959d2..001bd74ab3cf 100644
--- a/sysutils/fileprune/Makefile
+++ b/sysutils/fileprune/Makefile
@@ -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>