git: fabdb7f661c4 - main - misc/gone: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 11:06:39 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fabdb7f661c49f61f7209d418d6971076b1665b0
commit fabdb7f661c49f61f7209d418d6971076b1665b0
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-17 10:09:35 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-17 11:06:22 +0000
misc/gone: Move man pages to share/man
Approved by: portmgr (blanket)
---
misc/gone/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/misc/gone/Makefile b/misc/gone/Makefile
index 057ad0e19da5..fc1d07843c83 100644
--- a/misc/gone/Makefile
+++ b/misc/gone/Makefile
@@ -1,12 +1,13 @@
PORTNAME= gone
PORTVERSION= 1.3.6
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.marcuscom.com/downloads/gone/
MAINTAINER= marcus@FreeBSD.org
COMMENT= Terminal locking utility with many improvements over lock(1)
-PLIST_FILES= bin/gone man/man1/gone.1.gz
+PLIST_FILES= bin/gone share/man/man1/gone.1.gz
GNU_CONFIGURE= yes
OPTIONS_DEFINE= SETUID
@@ -27,6 +28,6 @@ CONFIGURE_ENV= with_setuid=no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gone ${STAGEDIR}${PREFIX}/bin/gone
- ${INSTALL_DATA} ${WRKSRC}/gone.1 ${STAGEDIR}${PREFIX}/man/man1/gone.1
+ ${INSTALL_MAN} ${WRKSRC}/gone.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>