Stageify
Reviewed by: bapt (mentor) Approved by: bapt (mentor)
This commit is contained in:
parent
f54507fc19
commit
7ca9f83ee1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355559
1 changed files with 3 additions and 4 deletions
|
@ -20,7 +20,6 @@ SUB_FILES+= ${PERIODICSCRIPT}
|
|||
RESTRICTED= May not be redistributed in binary form
|
||||
NO_CDROM= May not be redistributed in binary form
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800000
|
||||
|
@ -39,8 +38,8 @@ NO_BUILD= yes
|
|||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}/cmdline/arcconf ${PREFIX}/sbin
|
||||
@${MKDIR} ${PREFIX}/etc/periodic/daily
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${PREFIX}/etc/periodic/daily
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_OSVER}/cmdline/arcconf ${STAGEDIR}${PREFIX}/sbin
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} ${STAGEDIR}${PREFIX}/etc/periodic/daily
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue