Date: Mon, 7 Dec 2015 19:52:20 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403232 - head/sysutils/dmidecode Message-ID: <201512071952.tB7JqKwu064098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Mon Dec 7 19:52:20 2015 New Revision: 403232 URL: https://svnweb.freebsd.org/changeset/ports/403232 Log: sysutils/dmidecode: remove rc.d/dmidecode introduced with r403097 PR: 188941 Submitted by: matthew, dim Pointy hat to: pi Modified: head/sysutils/dmidecode/Makefile Modified: head/sysutils/dmidecode/Makefile ============================================================================== --- head/sysutils/dmidecode/Makefile Mon Dec 7 19:36:03 2015 (r403231) +++ head/sysutils/dmidecode/Makefile Mon Dec 7 19:52:20 2015 (r403232) @@ -3,7 +3,7 @@ PORTNAME= dmidecode PORTVERSION= 2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SAVANNAH @@ -28,6 +28,7 @@ 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512071952.tB7JqKwu064098>