git: 445b401f8448 - main - net-mgmt/aggregate: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 24 Feb 2024 22:18:05 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=445b401f8448108859686999848a6454c20709b8

commit 445b401f8448108859686999848a6454c20709b8
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 21:57:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 22:17:41 +0000

    net-mgmt/aggregate: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 net-mgmt/aggregate/Makefile                | 4 ++--
 net-mgmt/aggregate/files/patch-Makefile.in | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/aggregate/Makefile b/net-mgmt/aggregate/Makefile
index 8a9d040ea933..614de997d8da 100644
--- a/net-mgmt/aggregate/Makefile
+++ b/net-mgmt/aggregate/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	aggregate
 PORTVERSION=	1.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt
 MASTER_SITES=	ISC/aggregate
 
@@ -12,6 +12,6 @@ USES=		shebangfix
 SHEBANG_FILES=	aggregate-ios
 
 PLIST_FILES=	bin/aggregate bin/aggregate-ios \
-		man/man1/aggregate.1.gz man/man1/aggregate-ios.1.gz
+		share/man/man1/aggregate.1.gz share/man/man1/aggregate-ios.1.gz
 
 .include <bsd.port.mk>
diff --git a/net-mgmt/aggregate/files/patch-Makefile.in b/net-mgmt/aggregate/files/patch-Makefile.in
index f2de4000b1b5..6eace19c7f9a 100644
--- a/net-mgmt/aggregate/files/patch-Makefile.in
+++ b/net-mgmt/aggregate/files/patch-Makefile.in
@@ -17,9 +17,9 @@
 -	$(INSTALL) -m 0755 aggregate-ios $(prefix)/bin/
 -	$(INSTALL) -m 0644 aggregate-ios.1 $(prefix)/man/man1/
 +	$(INSTALL) -m 0755 aggregate $(DESTDIR)$(prefix)/bin/
-+	$(INSTALL) -m 0644 aggregate.1 $(DESTDIR)$(prefix)/man/man1/
++	$(INSTALL) -m 0644 aggregate.1 $(DESTDIR)$(prefix)/share/man/man1/
 +	$(INSTALL) -m 0755 aggregate-ios $(DESTDIR)$(prefix)/bin/
-+	$(INSTALL) -m 0644 aggregate-ios.1 $(DESTDIR)$(prefix)/man/man1/
++	$(INSTALL) -m 0644 aggregate-ios.1 $(DESTDIR)$(prefix)/share/man/man1/
  
  .c.o:
  	$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<