mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Add DOCS to OPTIONS_DEFINE
- Sort PLIST_FILES - Cosmetic change - Take maintainership
This commit is contained in:
parent
dd0c16807c
commit
8448bb143f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373299
1 changed files with 14 additions and 12 deletions
|
@ -4,30 +4,32 @@
|
||||||
PORTNAME= dmidecode
|
PORTNAME= dmidecode
|
||||||
PORTVERSION= 2.12
|
PORTVERSION= 2.12
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
|
MASTER_SITES= SAVANNAH
|
||||||
ftp://ftp.nuug.no/pub/anders/distfiles/
|
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Tool for dumping DMI (SMBIOS) contents in human-readable format
|
COMMENT= Tool for dumping DMI (SMBIOS) contents in human-readable format
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386 amd64 ia64
|
ONLY_FOR_ARCHS= i386 amd64 ia64
|
||||||
|
MAKE_ENV= DOCSDIR="${DOCSDIR}"
|
||||||
|
USES= tar:bzip2
|
||||||
|
|
||||||
USES= tar:bzip2
|
PLIST_FILES= man/man8/dmidecode.8.gz \
|
||||||
MAKE_ENV+= DOCSDIR="${DOCSDIR}"
|
sbin/dmidecode
|
||||||
|
|
||||||
PLIST_FILES= sbin/dmidecode \
|
|
||||||
man/man8/dmidecode.8.gz
|
|
||||||
|
|
||||||
PORTDOCS= AUTHORS CHANGELOG README
|
PORTDOCS= AUTHORS CHANGELOG README
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
|
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
|
||||||
PLIST_FILES+= sbin/biosdecode sbin/ownership sbin/vpddecode \
|
PLIST_FILES+= man/man8/biosdecode.8.gz \
|
||||||
man/man8/biosdecode.8.gz man/man8/ownership.8.gz man/man8/vpddecode.8.gz
|
man/man8/ownership.8.gz \
|
||||||
|
man/man8/vpddecode.8.gz \
|
||||||
|
sbin/biosdecode \
|
||||||
|
sbin/ownership \
|
||||||
|
sbin/vpddecode
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue