aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-11-29 09:00:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-11-29 09:00:18 +0000
commite123bac64bc2ec8015237740832cf56921ce6127 (patch)
tree9e864efa542f3fd0b2a92588374d7a52a6575d32 /sysutils
parent4438a3336a3370ecb4fb9698f313fc431412cfc6 (diff)
downloadports-e123bac64bc2ec8015237740832cf56921ce6127.tar.gz
ports-e123bac64bc2ec8015237740832cf56921ce6127.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fileprune/Makefile6
-rw-r--r--sysutils/fileprune/files/patch-Makefile2
-rw-r--r--sysutils/fileprune/pkg-descr2
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/