Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2022 14:27:20 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: e23e53a61780 - main - games/domination: use pkg-message to show message on remove
Message-ID:  <202207271427.26RERKNo066167@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=e23e53a617803dbce2aebff0043ecc22a6d3ca24

commit e23e53a617803dbce2aebff0043ecc22a6d3ca24
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-07-27 13:51:48 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-07-27 14:27:12 +0000

    games/domination: use pkg-message to show message on remove
---
 games/domination/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games/domination/Makefile b/games/domination/Makefile
index 0ce768c3668d..a1c430f7be31 100644
--- a/games/domination/Makefile
+++ b/games/domination/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	domination
 PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	games java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game \
 		http://domination.sourceforge.net/maps/
@@ -44,7 +45,7 @@ DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 
 SUB_FILES=	${PORTNAME}-FlashGUI ${PORTNAME}-Increment1GUI \
 		${PORTNAME}-SimpleGUI ${PORTNAME}-SwingGUI \
-		pkg-deinstall
+		pkg-message
 
 DESKTOP_ENTRIES="Domination" "" "${PORTNAME}" \
 		"${PORTNAME}-SwingGUI" "Game;StrategyGame;" ""



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