diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fileprune/Makefile | 6 | ||||
-rw-r--r-- | sysutils/fileprune/files/patch-Makefile | 2 | ||||
-rw-r--r-- | sysutils/fileprune/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/fileprune/Makefile b/sysutils/fileprune/Makefile index 4f47be43db42..97c9704ae1bd 100644 --- a/sysutils/fileprune/Makefile +++ b/sysutils/fileprune/Makefile @@ -4,12 +4,14 @@ PORTNAME= fileprune PORTVERSION= 1.9 CATEGORIES= sysutils -MASTER_SITES= http://www.spinellis.gr/sw/unix/fileprune/ \ - http://www.dmst.aueb.gr/dds/sw/unix/fileprune/ +MASTER_SITES= https://www.spinellis.gr/sw/unix/fileprune/ \ + https://www2.dmst.aueb.gr/dds/sw/unix/fileprune/ MAINTAINER= dds@FreeBSD.org COMMENT= Prune a file set according to a given age distribution +LICENSE= MIT + PLIST_FILES= bin/fileprune man/man1/fileprune.1.gz .include <bsd.port.mk> diff --git a/sysutils/fileprune/files/patch-Makefile b/sysutils/fileprune/files/patch-Makefile index d4409214b87e..790fb7d142d7 100644 --- a/sysutils/fileprune/files/patch-Makefile +++ b/sysutils/fileprune/files/patch-Makefile @@ -6,7 +6,7 @@ install: $(NAME) - $(INSTALL) -s $(NAME) $(PREFIX)/bin - gzip -c $(NAME).1 >$(PREFIX)/man/man1/$(NAME).1.gz -+ $(INSTALL) -s $(NAME) $(DESTDIR)$(PREFIX)/bin ++ $(BSD_INSTALL_PROGRAM) $(NAME) $(DESTDIR)$(PREFIX)/bin + gzip -c $(NAME).1 > $(DESTDIR)$(PREFIX)/man/man1/$(NAME).1.gz clean: diff --git a/sysutils/fileprune/pkg-descr b/sysutils/fileprune/pkg-descr index dced103898ca..f29bb7842fa0 100644 --- a/sysutils/fileprune/pkg-descr +++ b/sysutils/fileprune/pkg-descr @@ -18,4 +18,4 @@ The above schedule specifies that for the interval of 65 to 128 days there should be (at least) one retained file (unless constraints and options override this setting). -WWW: http://www.spinellis.gr/sw/unix/fileprune/ +WWW: https://www.spinellis.gr/sw/unix/fileprune/ |