mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/mcron: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
6a65fbcb48
commit
56c20b6972
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= mcron
|
||||
PORTVERSION= 1.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
USES= gmake guile:3.0 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
|
|
|
@ -16,9 +16,9 @@ bin/mcron
|
|||
%%GUILE_SITE_CCACHE%%/mcron/vixie-specification.go
|
||||
%%GUILE_SITE_CCACHE%%/mcron/vixie-time.go
|
||||
libexec/crontab-access-real
|
||||
man/man1/crontab.1.gz
|
||||
man/man1/mcron.1.gz
|
||||
man/man8/cron.8.gz
|
||||
share/man/man1/crontab.1.gz
|
||||
share/man/man1/mcron.1.gz
|
||||
share/man/man8/cron.8.gz
|
||||
sbin/cron
|
||||
sbin/crontab-access
|
||||
%%GUILE_SITE%%/mcron/base.scm
|
||||
|
|
Loading…
Add table
Reference in a new issue