Skip to content

Commit

Permalink
irc/ircproxy: Remove useless pkg-deinstall
Browse files Browse the repository at this point in the history
The "you need to remove users" message is shown automatically. We also don't
shutdown rc services during deinstall/upgrade.
  • Loading branch information
arrowd committed Mar 2, 2024
1 parent d372027 commit 6b44583
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
4 changes: 1 addition & 3 deletions irc/ircproxy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ircproxy
DISTVERSION= 1.3.8
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= https://codeberg.org/BSDforge/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/

Expand All @@ -16,9 +17,6 @@ USES= autoreconf localbase:ldflags
GNU_CONFIGURE= yes
LDFLAGS+= -lcrypto

SUB_FILES= pkg-deinstall
SUB_LIST= IRC_USR=${USERS} IRC_GRP=${GROUPS}

WRKSRC= ${WRKDIR}/${PORTNAME}

USERS= ircproxyd
Expand Down
40 changes: 0 additions & 40 deletions irc/ircproxy/files/pkg-deinstall.in

This file was deleted.

0 comments on commit 6b44583

Please sign in to comment.