mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/lsyncd: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b5578d2be1
commit
eae090ec86
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= lsyncd
|
||||
DISTVERSIONPREFIX= release-
|
||||
DISTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= junichi@junichi.org
|
||||
|
@ -19,7 +20,7 @@ USE_RC_SUBR= lsyncd
|
|||
|
||||
CFLAGS+= -D__BSD_VISIBLE # for DT_{UNKNOWN,DIR}
|
||||
PLIST_FILES= sbin/lsyncd \
|
||||
man/man1/lsyncd.1.gz \
|
||||
share/man/man1/lsyncd.1.gz \
|
||||
"@sample etc/lsyncd.conf.sample"
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
-install( TARGETS lsyncd RUNTIME DESTINATION bin )
|
||||
-install( FILES doc/manpage/lsyncd.1 DESTINATION man )
|
||||
+install( TARGETS lsyncd RUNTIME DESTINATION sbin )
|
||||
+install( FILES doc/manpage/lsyncd.1 DESTINATION man/man1 )
|
||||
+install( FILES doc/manpage/lsyncd.1 DESTINATION share/man/man1 )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue