aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dmidecode
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2013-11-06 20:28:58 +0800
committermat <mat@FreeBSD.org>2013-11-06 20:28:58 +0800
commit5e35a9905766408d3b9713463aa0a1ecb565004a (patch)
tree5f92979a4e41d0672f0b96244b31228f4112eb15 /sysutils/dmidecode
parentae26890936f0e382fae276e191c8eda798fcdbe6 (diff)
downloadfreebsd-ports-gnome-5e35a9905766408d3b9713463aa0a1ecb565004a.tar.gz
freebsd-ports-gnome-5e35a9905766408d3b9713463aa0a1ecb565004a.tar.zst
freebsd-ports-gnome-5e35a9905766408d3b9713463aa0a1ecb565004a.zip
- Support staging
- Cleanup COMMENT - Pet portlint maintainer timeout PR: ports/183193 Submitted by: mat
Diffstat (limited to 'sysutils/dmidecode')
-rw-r--r--sysutils/dmidecode/Makefile21
1 files changed, 7 insertions, 14 deletions
diff --git a/sysutils/dmidecode/Makefile b/sysutils/dmidecode/Makefile
index fa6240f1d0ec..820bdf3c7ab1 100644
--- a/sysutils/dmidecode/Makefile
+++ b/sysutils/dmidecode/Makefile
@@ -9,32 +9,25 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= anders@FreeBSD.org
-COMMENT= A tool for dumping DMI (SMBIOS) contents in human-readable format
+COMMENT= Tool for dumping DMI (SMBIOS) contents in human-readable format
+
+LICENSE= GPLv2
ONLY_FOR_ARCHS= i386 amd64 ia64
USE_BZIP2= yes
MAKE_ENV+= DOCSDIR="${DOCSDIR}"
-LICENSE= GPLv2
-NO_STAGE= yes
+PLIST_FILES= sbin/dmidecode \
+ man/man8/dmidecode.8.gz
-.if defined(NOPORTDOCS)
-post-patch:
- @${REINPLACE_CMD} -e '/^install.*:/s,install-doc,,' ${WRKSRC}/Makefile
-
-.else
PORTDOCS= AUTHORS CHANGELOG README
-.endif
-
-MAN8= dmidecode.8
-PLIST_FILES= sbin/dmidecode
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
-MAN8+= biosdecode.8 ownership.8 vpddecode.8
-PLIST_FILES+= sbin/biosdecode sbin/ownership sbin/vpddecode
+PLIST_FILES+= sbin/biosdecode sbin/ownership sbin/vpddecode \
+ man/man8/biosdecode.8.gz man/man8/ownership.8.gz man/man8/vpddecode.8.gz
.endif
.include <bsd.port.post.mk>