Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Aug 2022 06:52:56 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 76218d868e63 - main - mail/nullmailer: do not reference anymore pkg-deinstall
Message-ID:  <202208030652.2736quF0030965@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208030652.2736quF0030965>