diff options
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 |