Index: sysutils/fileprune/Makefile =================================================================== --- sysutils/fileprune/Makefile (revision 475858) +++ sysutils/fileprune/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fileprune -PORTVERSION= 1.9 +PORTVERSION= 1.11 CATEGORIES= sysutils MASTER_SITES= https://www.spinellis.gr/sw/unix/fileprune/ \ https://www2.dmst.aueb.gr/dds/sw/unix/fileprune/ @@ -11,7 +11,15 @@ COMMENT= Prune a file set according to a given age distribution LICENSE= MIT +PLIST_FILES= bin/fileprune \ + man/man1/fileprune.1.gz -PLIST_FILES= bin/fileprune man/man1/fileprune.1.gz +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/bin \ + ${STAGEDIR}${MANDIRS}/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/fileprune \ + ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/fileprune.1 \ + ${STAGEDIR}${MANDIRS}/man1 .include Index: sysutils/fileprune/distinfo =================================================================== --- sysutils/fileprune/distinfo (revision 475858) +++ sysutils/fileprune/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (fileprune-1.9.tar.gz) = 7f2238baf47c02b235dd5354d83b1ed9970fa8b8256e5ef3fa7b3e9b33e55ce9 -SIZE (fileprune-1.9.tar.gz) = 24335 +TIMESTAMP = 1533000967 +SHA256 (fileprune-1.11.tar.gz) = bdc7b0b4f9933ab9921816f21bf5dc083885508561ededbf71a5697dc59d9aff +SIZE (fileprune-1.11.tar.gz) = 26829