diff options
author | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-30 19:12:10 +0000 |
commit | 97eb0074b135b2636d84ff503988e3d76803ddcc (patch) | |
tree | b7bf84cab6a5df4035634f60e4b92ed8dbcf8c32 /sysutils/catsit/Makefile | |
parent | Update catsit to 1.4 (diff) | |
download | ports-97eb0074b135b2636d84ff503988e3d76803ddcc.tar.gz ports-97eb0074b135b2636d84ff503988e3d76803ddcc.zip |
Move FreeBSD ports under FreeBSD directory
Diffstat (limited to 'sysutils/catsit/Makefile')
-rw-r--r-- | sysutils/catsit/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sysutils/catsit/Makefile b/sysutils/catsit/Makefile deleted file mode 100644 index c65563f..0000000 --- a/sysutils/catsit/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= catsit -DISTVERSION= 1.4 -CATEGORIES= sysutils -MASTER_SITES= https://git.causal.agency/catsit/snapshot/ - -MAINTAINER= june@causal.agency -COMMENT= Process supervisor - -LICENSE= AGPLv3+ -LICENSE_FILE= ${WRKSRC}/LICENSE - -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 \ - sbin/catsit \ - 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> |