aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sysinfo
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-10-13 15:45:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-10-13 15:45:02 +0000
commit3bfa450500fc7f760fd0ea0b6b25e923a13af93c (patch)
treedd3dab2c11494ff49eb3b9aa99a5356dfc3ff9e1 /sysutils/sysinfo
parente3774627c5300e8dea3ce22a74bf9d8580eddcc1 (diff)
downloadports-3bfa450500fc7f760fd0ea0b6b25e923a13af93c.tar.gz
ports-3bfa450500fc7f760fd0ea0b6b25e923a13af93c.zip
Notes
Diffstat (limited to 'sysutils/sysinfo')
-rw-r--r--sysutils/sysinfo/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/sysinfo/Makefile b/sysutils/sysinfo/Makefile
index 10779f4e1787..8d86b333af40 100644
--- a/sysutils/sysinfo/Makefile
+++ b/sysutils/sysinfo/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sysinfo
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= LOCAL/danger \
http://danger.rulez.sk/projects/sysinfo/
@@ -17,14 +17,11 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
-OPTIONS_DEFINE= DMIDECODE PORTAUDIT
+OPTIONS_DEFINE= DMIDECODE
DMIDECODE_DESC= Include information from the dmidecode tool
DMIDECODE_RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode
-PORTAUDIT_DESC= Include information from the portaudit tool
-PORTAUDIT_RUN_DEPENDS= portaudit:${PORTSDIR}/ports-mgmt/portaudit
-
post-patch:
@${REINPLACE_CMD} -e 's|common.subr|${DATADIR}/common.subr|g' ${WRKSRC}/sysinfo
@${REINPLACE_CMD} -e 's|sysinfo.conf|${PREFIX}/etc/sysinfo.conf|g' \