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 /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 'Makefile')
-rw-r--r-- | Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
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 |