View | Details | Raw Unified | Return to bug 64383
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 16-22 Link Here
16
BUILD_DEPENDS=	${LOCALBASE}/bin/tai64nlocal:${PORTSDIR}/sysutils/daemontools
16
BUILD_DEPENDS=	${LOCALBASE}/bin/tai64nlocal:${PORTSDIR}/sysutils/daemontools
17
RUN_DEPENDS=	${LOCALBASE}/bin/multilog:${PORTSDIR}/sysutils/daemontools
17
RUN_DEPENDS=	${LOCALBASE}/bin/multilog:${PORTSDIR}/sysutils/daemontools
18
18
19
DISABLE_SIZE=	yes
19
NO_SIZE=	yes
20
WRKSRC=		${WRKDIR}/admin/${DISTNAME}
20
WRKSRC=		${WRKDIR}/admin/${DISTNAME}
21
21
22
MAN1=		uschedule.1 uschedulecmd.1 uscheduleconf.1 uschedulecp.1 \
22
MAN1=		uschedule.1 uschedulecmd.1 uscheduleconf.1 uschedulecp.1 \
Lines 27-34 Link Here
27
bin=		uschedule uschedulecmd uscheduleconf uschedulecp \
27
bin=		uschedule uschedulecmd uscheduleconf uschedulecp \
28
		uscheduleedit uschedulelist uschedulerm
28
		uscheduleedit uschedulelist uschedulerm
29
sbin=		uscheduled
29
sbin=		uscheduled
30
PLIST_FILES=	${bin:S/^/bin\//}
30
PLIST_FILES=	${bin:S,^,bin/,}
31
PLIST_FILES+=	${sbin:S/^/sbin\//}
31
PLIST_FILES+=	${sbin:S,^,sbin/,}
32
32
33
do-build:
33
do-build:
34
	cd ${WRKSRC} && package/compile && package/check
34
	cd ${WRKSRC} && package/compile && package/check
(-)distinfo (-1 lines)
Lines 1-2 Link Here
1
MD5 (uschedule-0.7.0.tar.gz) = a91fbf7b6971b033687a234edfde5da7
1
MD5 (uschedule-0.7.0.tar.gz) = a91fbf7b6971b033687a234edfde5da7
2
SIZE (uschedule-0.7.0.tar.gz) = 72573

Return to bug 64383