Skip to content

Commit

Permalink
sysutils/devcpu-data: fix rc.d issue with touch hack
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Aug 18, 2022
1 parent 8ec0460 commit ca786c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sysutils/devcpu-data/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ USE_RC_SUBR= microcode_update
DATADIR= ${PREFIX}/share/cpucontrol
NO_ARCH= yes
NO_BUILD= yes
NO_INSTALL= yes
#NO_INSTALL= yes
SUB_FILES= pkg-message

NO_WRKSUBDIR= yes
Expand All @@ -33,4 +33,8 @@ INTEL_DESC= Depend on sysutils/devcpu-data-intel
AMD_RUN_DEPENDS= ${LOCALBASE}/share/cpucontrol/microcode_amd.bin:sysutils/devcpu-data-amd
INTEL_RUN_DEPENDS= /boot/firmware/intel-ucode.bin:sysutils/devcpu-data-intel

do-install:
${MKDIR} ${DATADIR}
${TOUCH} ${DATADIR}/installed

.include <bsd.port.mk>

0 comments on commit ca786c9

Please sign in to comment.