- Add DOCS to OPTIONS_DEFINE

- Sort PLIST_FILES
- Cosmetic change
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-11-24 18:29:45 +00:00
parent dd0c16807c
commit 8448bb143f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373299

View File

@ -4,30 +4,32 @@
PORTNAME= dmidecode
PORTVERSION= 2.12
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
ftp://ftp.nuug.no/pub/anders/distfiles/
MASTER_SITE_SUBDIR= ${PORTNAME}
MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tool for dumping DMI (SMBIOS) contents in human-readable format
LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
ONLY_FOR_ARCHS= i386 amd64 ia64
MAKE_ENV= DOCSDIR="${DOCSDIR}"
USES= tar:bzip2
USES= tar:bzip2
MAKE_ENV+= DOCSDIR="${DOCSDIR}"
PLIST_FILES= sbin/dmidecode \
man/man8/dmidecode.8.gz
PLIST_FILES= man/man8/dmidecode.8.gz \
sbin/dmidecode
PORTDOCS= AUTHORS CHANGELOG README
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
PLIST_FILES+= sbin/biosdecode sbin/ownership sbin/vpddecode \
man/man8/biosdecode.8.gz man/man8/ownership.8.gz man/man8/vpddecode.8.gz
PLIST_FILES+= man/man8/biosdecode.8.gz \
man/man8/ownership.8.gz \
man/man8/vpddecode.8.gz \
sbin/biosdecode \
sbin/ownership \
sbin/vpddecode
.endif
.include <bsd.port.post.mk>