mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Restore DATADIR: it saves microcode_update_datadir from STAGEDIR pollution [1]
- Bump PORTREVISION for package change Reported by: stage-qa: [1]
This commit is contained in:
parent
4c87cae78e
commit
d4dc1b4d54
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333535
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= data
|
PORTNAME= data
|
||||||
PORTVERSION= 0.6
|
PORTVERSION= 0.6
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
|
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
|
||||||
PKGNAMEPREFIX= devcpu-
|
PKGNAMEPREFIX= devcpu-
|
||||||
|
@ -17,13 +17,13 @@ NO_BUILD= yes
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
|
|
||||||
DATADIR= ${STAGEDIR}${PREFIX}/share/cpucontrol
|
DATADIR= ${PREFIX}/share/cpucontrol
|
||||||
|
|
||||||
USE_RC_SUBR= microcode_update
|
USE_RC_SUBR= microcode_update
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${DATADIR}/
|
${MKDIR} ${STAGEDIR}${DATADIR}/
|
||||||
${INSTALL_DATA} ${WRKSRC}/mcodes/* ${DATADIR}/
|
${INSTALL_DATA} ${WRKSRC}/mcodes/* ${STAGEDIR}${DATADIR}/
|
||||||
@${TOUCH} ${DATADIR}/.do_not_delete
|
@${TOUCH} ${STAGEDIR}${DATADIR}/.do_not_delete
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue