diff options
author | June McEnroe <june@causal.agency> | 2020-09-09 19:46:58 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-09 19:46:58 +0000 |
commit | 42b98150c9701ec854d1d99735c9bc63418c6874 (patch) | |
tree | 696df46ea421b9e3ecdec173e0c3cb9827305678 /irc/litterbox/Makefile | |
parent | Add scooper port (diff) | |
download | ports-42b98150c9701ec854d1d99735c9bc63418c6874.tar.gz ports-42b98150c9701ec854d1d99735c9bc63418c6874.zip |
Update litterbox to 1.6
Diffstat (limited to 'irc/litterbox/Makefile')
-rw-r--r-- | irc/litterbox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/litterbox/Makefile b/irc/litterbox/Makefile index d41308a..8c20d43 100644 --- a/irc/litterbox/Makefile +++ b/irc/litterbox/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= litterbox -DISTVERSION= 1.5 +DISTVERSION= 1.6 CATEGORIES= irc MASTER_SITES= https://git.causal.agency/litterbox/snapshot/ @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man PLIST_FILES= bin/litterbox \ bin/scoop \ bin/unscoop \ - etc/rc.d/litterbox \ man/man1/litterbox.1.gz \ man/man1/scoop.1.gz \ man/man1/unscoop.1.gz |