diff options
author | June McEnroe <june@causal.agency> | 2021-03-08 23:21:04 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-03-08 23:21:04 +0000 |
commit | e6e65c3726bd375f391bc513119bbe1571974336 (patch) | |
tree | 90996fce80c856ff6d22e3bc50d4c531da36816c /sysutils/catsit/Makefile | |
parent | Update imbox to 1.4 (diff) | |
download | ports-e6e65c3726bd375f391bc513119bbe1571974336.tar.gz ports-e6e65c3726bd375f391bc513119bbe1571974336.zip |
Update catsit to 1.3
Diffstat (limited to 'sysutils/catsit/Makefile')
-rw-r--r-- | sysutils/catsit/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
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 <bsd.port.mk> |