archivers/rzip: Move man pages to share/man

This commit is contained in:
Emanuel Haupt 2024-01-23 14:37:38 +01:00
parent c1fecdcb56
commit 879c351c84
2 changed files with 16 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= rzip
PORTVERSION= 2.1
PORTREVISION= 1
DISTVERSION= 2.1
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= SAMBA/rzip
@ -15,9 +15,10 @@ USES= cpe
CPE_VENDOR= rzip_project
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX=${STAGEDIR}${PREFIX}
GNU_CONFIGURE_PREFIX= ${STAGEDIR}${PREFIX}
PLIST_FILES= bin/rzip man/man1/rzip.1.gz
PLIST_FILES= bin/rzip \
share/man/man1/rzip.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rzip

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig 2006-02-14 00:38:23 UTC
+++ Makefile.in
@@ -4,7 +4,7 @@ INSTALL_BIN=$(exec_prefix)/bin
prefix=@prefix@
exec_prefix=@exec_prefix@
INSTALL_BIN=$(exec_prefix)/bin
-INSTALL_MAN=$(prefix)/man
+INSTALL_MAN=$(prefix)/share/man
LIBS=@LIBS@
CC=@CC@