- Utilize NO_SIZE
PR: ports/64383 Submitted by: maintainer
This commit is contained in:
parent
88327f7da1
commit
64a7ff65b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104318
2 changed files with 3 additions and 4 deletions
|
@ -16,7 +16,7 @@ COMMENT= A scheduler program, designed to replace cron(8) and at(1)
|
|||
BUILD_DEPENDS= ${LOCALBASE}/bin/tai64nlocal:${PORTSDIR}/sysutils/daemontools
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/multilog:${PORTSDIR}/sysutils/daemontools
|
||||
|
||||
DISABLE_SIZE= yes
|
||||
NO_SIZE= yes
|
||||
WRKSRC= ${WRKDIR}/admin/${DISTNAME}
|
||||
|
||||
MAN1= uschedule.1 uschedulecmd.1 uscheduleconf.1 uschedulecp.1 \
|
||||
|
@ -27,8 +27,8 @@ PORTDOCS= ChangeLog NEWS SECURITY-BUG
|
|||
bin= uschedule uschedulecmd uscheduleconf uschedulecp \
|
||||
uscheduleedit uschedulelist uschedulerm
|
||||
sbin= uscheduled
|
||||
PLIST_FILES= ${bin:S/^/bin\//}
|
||||
PLIST_FILES+= ${sbin:S/^/sbin\//}
|
||||
PLIST_FILES= ${bin:S,^,bin/,}
|
||||
PLIST_FILES+= ${sbin:S,^,sbin/,}
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && package/compile && package/check
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
MD5 (uschedule-0.7.0.tar.gz) = a91fbf7b6971b033687a234edfde5da7
|
||||
SIZE (uschedule-0.7.0.tar.gz) = 72573
|
||||
|
|
Loading…
Reference in a new issue