From e6e65c3726bd375f391bc513119bbe1571974336 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 8 Mar 2021 23:21:04 +0000 Subject: Update catsit to 1.3 --- sysutils/catsit/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sysutils/catsit/Makefile') diff --git a/sysutils/catsit/Makefile b/sysutils/catsit/Makefile index cfcb5fa..8dd25cc 100644 --- a/sysutils/catsit/Makefile +++ b/sysutils/catsit/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= catsit -DISTVERSION= 1.2 +DISTVERSION= 1.3 CATEGORIES= sysutils MASTER_SITES= https://git.causal.agency/catsit/snapshot/ @@ -11,7 +11,11 @@ COMMENT= Process supervisor LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -PLIST_FILES= etc/rc.d/catsitd \ +PLIST_FILES= bin/catsit-timer \ + bin/catsit-watch \ + etc/rc.d/catsitd \ + man/man1/catsit-timer.1.gz \ + man/man1/catsit-watch.1.gz \ man/man5/catsit.conf.5.gz \ man/man8/catsit.8.gz \ man/man8/catsitd.8.gz \ @@ -19,6 +23,8 @@ PLIST_FILES= etc/rc.d/catsitd \ sbin/catsitd post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catsit-timer + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catsit-watch ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/catsitd .include -- cgit 1.4.1