git: cb7d76edd260 - main - games/xzip: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 09:03:37 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb7d76edd2600f33935ab5226eecb87f2b8d5ca7 commit cb7d76edd2600f33935ab5226eecb87f2b8d5ca7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 08:32:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 09:03:11 +0000 games/xzip: Moved man to share/man Approved by: portmgr (blanket) --- games/xzip/Makefile | 4 ++-- games/xzip/files/patch-Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/games/xzip/Makefile b/games/xzip/Makefile index 7cb3f6284ed9..b765f79b0cd9 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,6 +1,6 @@ PORTNAME= xzip PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/zip/ \ http://www.ifarchive.org/if-archive/infocom/interpreters/zip/ \ @@ -17,6 +17,6 @@ USE_XORG= x11 WRKSRC= ${WRKDIR}/xzip ALL_TARGET= -PLIST_FILES= bin/xzip man/man1/xzip.1.gz +PLIST_FILES= bin/xzip share/man/man1/xzip.1.gz .include <bsd.port.mk> diff --git a/games/xzip/files/patch-Makefile b/games/xzip/files/patch-Makefile index a4ffa9344fb0..5a83bcb381f6 100644 --- a/games/xzip/files/patch-Makefile +++ b/games/xzip/files/patch-Makefile @@ -34,7 +34,7 @@ - install -s $(PROGRAM) $(DESTDIR)/bin - install $(PROGRAM).1 $(DESTDIR)/man/man1 + ${BSD_INSTALL_PROGRAM} $(PROGRAM) $(DESTDIR)$(PREFIX)/bin/ -+ ${BSD_INSTALL_DATA} $(PROGRAM).1 $(DESTDIR)$(PREFIX)/man/man1/ ++ ${BSD_INSTALL_DATA} $(PROGRAM).1 $(DESTDIR)$(PREFIX)/share/man/man1/ clean : -rm -f *~ *.o $(PROGRAM) test