diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-08-03 06:51:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-08-03 06:52:50 +0000 |
commit | 76218d868e6363528ec6d8df4ed67ac9b98d25ef (patch) | |
tree | 70ed73fc97ce570c365dad736979332ac5365b8b | |
parent | 01097e923ee1f76f929fd0fe5fa220db8bcf2afe (diff) |
mail/nullmailer: do not reference anymore pkg-deinstall
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
-rw-r--r-- | mail/nullmailer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index edf43baa90f7..629a982a4e08 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -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 |