Skip to content

Commit

Permalink
mail/nullmailer: do not reference anymore pkg-deinstall
Browse files Browse the repository at this point in the history
pkg-deinstall script has been removed from the ports tree in the
last commit, but I didn't removed it from the Makefile breaking
the port as a result

Reported by:	amdmi3
  • Loading branch information
bapt committed Aug 3, 2022
1 parent 01097e9 commit 76218d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail/nullmailer/Makefile
Expand Up @@ -19,7 +19,7 @@ USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${LOCALSTATEDIR}

SUB_FILES= pkg-install pkg-deinstall pkg-message
SUB_FILES= pkg-install pkg-message
SUB_LIST= LOCALSTATEDIR=${LOCALSTATEDIR} NULLMAIL_USER=${USERS}

USERS= nullmail
Expand Down

0 comments on commit 76218d8

Please sign in to comment.