Skip to content

Commit

Permalink
net-mgmt/aggregate: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent deb626d commit 445b401
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions net-mgmt/aggregate/Makefile
@@ -1,6 +1,6 @@
PORTNAME= aggregate
PORTVERSION= 1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-mgmt
MASTER_SITES= ISC/aggregate

Expand All @@ -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>
4 changes: 2 additions & 2 deletions net-mgmt/aggregate/files/patch-Makefile.in
Expand Up @@ -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) $<

0 comments on commit 445b401

Please sign in to comment.