git: 76218d868e63 - main - mail/nullmailer: do not reference anymore pkg-deinstall
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Aug 2022 06:52:56 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=76218d868e6363528ec6d8df4ed67ac9b98d25ef commit 76218d868e6363528ec6d8df4ed67ac9b98d25ef Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-08-03 06:51:08 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-08-03 06:52:50 +0000 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 --- mail/nullmailer/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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