mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
archivers/rzip: Move man pages to share/man
This commit is contained in:
parent
c1fecdcb56
commit
879c351c84
2 changed files with 16 additions and 4 deletions
|
@ -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
|
||||
|
|
11
archivers/rzip/files/patch-Makefile.in
Normal file
11
archivers/rzip/files/patch-Makefile.in
Normal 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@
|
Loading…
Add table
Reference in a new issue