mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/rsyncrypto: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
274ac47ee7
commit
47c0153998
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= rsyncrypto
|
||||
PORTVERSION= 1.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils net
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -15,11 +15,12 @@ RUN_DEPENDS= rsync:net/rsync
|
|||
|
||||
USES= compiler:c++11-lang gmake localbase ssl tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
PLIST_FILES= bin/rsyncrypto \
|
||||
bin/rsyncrypto_recover \
|
||||
man/man1/rsyncrypto.1.gz \
|
||||
man/man1/rsyncrypto_recover.1.gz
|
||||
share/man/man1/rsyncrypto.1.gz \
|
||||
share/man/man1/rsyncrypto_recover.1.gz
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
Loading…
Add table
Reference in a new issue