Add staging support

Pet portlint
This commit is contained in:
Steven Kreuzer 2014-05-21 19:58:46 +00:00
parent a763513dab
commit 2d730b1b6d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354760
3 changed files with 10 additions and 6 deletions

View File

@ -12,13 +12,15 @@ COMMENT= Collection of realtime scheduling tools
LICENSE= BSD
GNU_CONFIGURE= yes
MANCOMPRESSED= no
MAN8= sched.8
MLINKS= sched.8 resched.8
NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/ctype.h/d' ${WRKSRC}/isnumber.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/getsched ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/resched ${STAGEDIR}${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/sched ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/sched.8 ${STAGEDIR}${PREFIX}/man/man8
${LN} -sf sched.8.gz ${STAGEDIR}${PREFIX}/man/man8/resched.8.gz
.include <bsd.port.mk>

View File

@ -3,4 +3,4 @@ working much like 'nice' and 'renice', except they change the priority
and scheduler. This enables a process to run insoft realtime, as
specified by POSIX.1b.
WWW: http://sourceforge.net/projects/schedutils/
WWW: http://sourceforge.net/projects/schedutils/

View File

@ -1,3 +1,5 @@
bin/getsched
sbin/resched
sbin/sched
man/man8/sched.8.gz
man/man8/resched.8.gz