aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-11-25 02:29:45 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-11-25 02:29:45 +0800
commit203c6dcaeb7fa6131752897f8391ea662443a47c (patch)
tree3b6def1069be0894f08c7fbf30ab35adb2476bc5 /sysutils
parent219194b27885b96ed8dde9399c98eba470c9c4f4 (diff)
downloadfreebsd-ports-gnome-203c6dcaeb7fa6131752897f8391ea662443a47c.tar.gz
freebsd-ports-gnome-203c6dcaeb7fa6131752897f8391ea662443a47c.tar.zst
freebsd-ports-gnome-203c6dcaeb7fa6131752897f8391ea662443a47c.zip
- Add DOCS to OPTIONS_DEFINE
- Sort PLIST_FILES - Cosmetic change - Take maintainership
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dmidecode/Makefile26
1 files changed, 14 insertions, 12 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile
index 9925e866d92a..abe79545e193 100644
--- a/sysutils/dmidecode/Makefile
+++ b/sysutils/dmidecode/Makefile
@@ -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
-ONLY_FOR_ARCHS= i386 amd64 ia64
-
-USES= tar:bzip2
-MAKE_ENV+= DOCSDIR="${DOCSDIR}"
+OPTIONS_DEFINE= DOCS
-PLIST_FILES= sbin/dmidecode \
- man/man8/dmidecode.8.gz
+ONLY_FOR_ARCHS= i386 amd64 ia64
+MAKE_ENV= DOCSDIR="${DOCSDIR}"
+USES= tar:bzip2
+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>