git: 8a8524ca33f6 - main - x11-wm/larswm: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 18 Dec 2023 17:58:15 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8a8524ca33f6d92b88e0a6836eb9e6aaae676510

commit 8a8524ca33f6d92b88e0a6836eb9e6aaae676510
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-18 17:54:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-18 17:57:45 +0000

    x11-wm/larswm: Mark DEPRECATED
    
    - Last upstream release was in 2010
    - Set EXPIRATION_DATE 2024-01-18
    - Utilize OPTIONSNG
---
 x11-wm/larswm/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-wm/larswm/Makefile b/x11-wm/larswm/Makefile
index 3602fbbb2a20..61cb3da0b3df 100644
--- a/x11-wm/larswm/Makefile
+++ b/x11-wm/larswm/Makefile
@@ -8,6 +8,9 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tiling Window Manager for X
 WWW=		https://sourceforge.net/projects/larswm/
 
+DEPRECATED=	Last upstream release was in 2010
+EXPIRATION_DATE=	2024-01-18
+
 USES=		imake xorg
 USE_XORG=	ice sm x11 xext xmu xt
 
@@ -19,7 +22,7 @@ PLIST_FILES=	bin/larsclock bin/larsmenu bin/larsremote bin/larswm \
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}