diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 21:10:35 +0800 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-01 21:10:35 +0800 |
commit | 2fb9f253738e151f2fbe761516881a4f0594a09d (patch) | |
tree | 9695b297af36ba840f671615e51523a713e61430 /net-mgmt | |
parent | 800ccbb3b55bc2ef883f887ccd6925b011df90ef (diff) | |
download | freebsd-ports-gnome-2fb9f253738e151f2fbe761516881a4f0594a09d.tar.gz freebsd-ports-gnome-2fb9f253738e151f2fbe761516881a4f0594a09d.tar.zst freebsd-ports-gnome-2fb9f253738e151f2fbe761516881a4f0594a09d.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/dnsmap/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/observium/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/p5-Cisco-CopyConfig/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/py-snmp_passpersist/Makefile | 8 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-mgmt/dnsmap/Makefile b/net-mgmt/dnsmap/Makefile index 2c8a456a4196..e9a25768c032 100644 --- a/net-mgmt/dnsmap/Makefile +++ b/net-mgmt/dnsmap/Makefile @@ -27,7 +27,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-bulk.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-bulk ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/wordlist_TLAs.txt ${STAGEDIR}${DATADIR} - ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/net-mgmt/observium/Makefile b/net-mgmt/observium/Makefile index 2d674bacf287..5a4ca7de242e 100644 --- a/net-mgmt/observium/Makefile +++ b/net-mgmt/observium/Makefile @@ -12,10 +12,10 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= dirkx@webweaving.org COMMENT= Autodiscovering PHP/MySQL/SNMP based network monitoring -LICENSE= EULA +LICENSE= EULA LICENSE_NAME= "Observium License Version 1.0" LICENSE_FILE= ${WRKSRC}/LICENSE.COMMUNITY -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/net-mgmt/p5-Cisco-CopyConfig/Makefile b/net-mgmt/p5-Cisco-CopyConfig/Makefile index 9b3e76350baa..413fef32853b 100644 --- a/net-mgmt/p5-Cisco-CopyConfig/Makefile +++ b/net-mgmt/p5-Cisco-CopyConfig/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= Cisco-CopyConfig +PORTNAME= Cisco-CopyConfig PORTVERSION= 1.4 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN diff --git a/net-mgmt/py-snmp_passpersist/Makefile b/net-mgmt/py-snmp_passpersist/Makefile index a123b91bfadc..f48b2608d733 100644 --- a/net-mgmt/py-snmp_passpersist/Makefile +++ b/net-mgmt/py-snmp_passpersist/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= snmp_passpersist -PORTVERSION= 1.3.0 -CATEGORIES= net-mgmt python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PORTVERSION= 1.3.0 +CATEGORIES= net-mgmt python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= surajravi@gmail.com +MAINTAINER= surajravi@gmail.com COMMENT= Python client library for Net-SNMP pass persist backend LICENSE= GPLv3 |