From 97eb0074b135b2636d84ff503988e3d76803ddcc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Sep 2021 19:12:10 +0000 Subject: Move FreeBSD ports under FreeBSD directory --- sysutils/catsit/Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 sysutils/catsit/Makefile (limited to 'sysutils/catsit/Makefile') 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 -- cgit 1.4.1