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 --- Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index 68bf9c4..0000000 --- a/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTSDIR = /usr/ports - -PORTS += devel/cgit-causal-agency -PORTS += irc/catgirl -PORTS += irc/litterbox -PORTS += irc/pounce -PORTS += irc/pounce-palaver -PORTS += irc/scooper -PORTS += mail/bubger -PORTS += mail/imbox -PORTS += mail/notemap -PORTS += sysutils/catsit - -install: -.for PORT in ${PORTS} - cp -R ${PORT} ${PORTSDIR}/${PORT:H} -.endfor - -uninstall: -.for PORT in ${PORTS} - rm -fr ${PORTSDIR}/${PORT} -.endfor -- cgit 1.4.1