aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-12-08 14:14:00 +0800
committerKurt Jaeger <pi@FreeBSD.org>2015-12-08 14:14:00 +0800
commitbcf469fdeda9cd3a0233a7ac504d14739dceaf25 (patch)
treeb2f5728cd514c490b7043926a2893e366e3af840
parent243057ddbf74bafad324a8d10713c9472830f5be (diff)
downloadfreebsd-ports-gnome-bcf469fdeda9cd3a0233a7ac504d14739dceaf25.tar.gz
freebsd-ports-gnome-bcf469fdeda9cd3a0233a7ac504d14739dceaf25.tar.zst
freebsd-ports-gnome-bcf469fdeda9cd3a0233a7ac504d14739dceaf25.zip
sysutils/dmidecode: really fix problem from r403232
PR: 188941 Submitted by: mat
-rw-r--r--sysutils/dmidecode/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile
index 65b43d6262ed..ed430770414b 100644
--- a/sysutils/dmidecode/Makefile
+++ b/sysutils/dmidecode/Makefile
@@ -22,13 +22,12 @@ PLIST_FILES= etc/periodic/daily/dmidecode \
man/man8/dmidecode.8.gz \
sbin/dmidecode
PORTDOCS= AUTHORS CHANGELOG README
-USE_RC_SUBR= dmidecode
+SUB_FILES= dmidecode
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
${INSTALL_SCRIPT} ${WRKDIR}/dmidecode \
${STAGEDIR}${PREFIX}/etc/periodic/daily
- ${RM} ${STAGEDIR}${PREFIX}/etc/rc.d/dmidecode
.include <bsd.port.pre.mk>