mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Stageify
This commit is contained in:
parent
2948b0956b
commit
ccdabbd301
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328436
1 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,6 @@ PERIODIC_DAILY= etc/periodic/daily
|
|||
PLIST_FILES= ${PERIODIC_DAILY}/sa-utils
|
||||
PLIST_DIRS= ${PERIODIC_DAILY} ${PERIODIC_DAILY:H}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSACOMPILE}
|
||||
|
@ -35,8 +34,8 @@ SUB_LIST+= SACOMPILE=NO
|
|||
.endif
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/${PERIODIC_DAILY}/
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/sa-utils \
|
||||
${PREFIX}/${PERIODIC_DAILY}/sa-utils
|
||||
${STAGEDIR}${PREFIX}/${PERIODIC_DAILY}/sa-utils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue