Date: Sun, 10 Sep 2017 13:08:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449544 - head/sysutils/dmidecode Message-ID: <201709101308.v8AD8xqC013141@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Sep 10 13:08:59 2017 New Revision: 449544 URL: https://svnweb.freebsd.org/changeset/ports/449544 Log: Simplify Makefile Modified: head/sysutils/dmidecode/Makefile Modified: head/sysutils/dmidecode/Makefile ============================================================================== --- head/sysutils/dmidecode/Makefile Sun Sep 10 13:08:54 2017 (r449543) +++ head/sysutils/dmidecode/Makefile Sun Sep 10 13:08:59 2017 (r449544) @@ -21,25 +21,19 @@ MAKE_ENV= DOCSDIR="${DOCSDIR}" USES= tar:xz PLIST_FILES= etc/periodic/daily/dmidecode \ + man/man8/biosdecode.8.gz \ man/man8/dmidecode.8.gz \ - sbin/dmidecode -PORTDOCS= AUTHORS CHANGELOG README -SUB_FILES= dmidecode - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily - ${INSTALL_SCRIPT} ${WRKDIR}/dmidecode \ - ${STAGEDIR}${PREFIX}/etc/periodic/daily - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" || ${ARCH} == "i386" -PLIST_FILES+= man/man8/biosdecode.8.gz \ man/man8/ownership.8.gz \ man/man8/vpddecode.8.gz \ sbin/biosdecode \ + sbin/dmidecode \ sbin/ownership \ sbin/vpddecode -.endif +PORTDOCS= AUTHORS CHANGELOG README +SUB_FILES= dmidecode -.include <bsd.port.post.mk> +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily/ + ${INSTALL_SCRIPT} ${WRKDIR}/dmidecode ${STAGEDIR}${PREFIX}/etc/periodic/daily/ + +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709101308.v8AD8xqC013141>