Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2013 16:09:49 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310186 - head/sysutils/automount
Message-ID:  <201301101609.r0AG9nPk047848@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Jan 10 16:09:49 2013
New Revision: 310186
URL: http://svnweb.freebsd.org/changeset/ports/310186

Log:
  - Cleanup formatting to use tabs, making portlint happy

Modified:
  head/sysutils/automount/Makefile

Modified: head/sysutils/automount/Makefile
==============================================================================
--- head/sysutils/automount/Makefile	Thu Jan 10 16:08:38 2013	(r310185)
+++ head/sysutils/automount/Makefile	Thu Jan 10 16:09:49 2013	(r310186)
@@ -1,20 +1,20 @@
 # Created by: Slawomir Wojciech Wojtczak <vermaden@interia.pl>
 # $FreeBSD$
 
-PORTNAME=     automount
-PORTVERSION=  1.4.1
-CATEGORIES=   sysutils
-MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \
+PORTNAME=	automount
+PORTVERSION=	1.4.1
+CATEGORIES=	sysutils
+MASTER_SITES=	https://raw.github.com/vermaden/automount/master/ \
 		LOCAL/bdrewery/${PORTNAME}/
 
-MAINTAINER=   vermaden@interia.pl
-COMMENT=      FreeBSD's devd(8) based automount solution
+MAINTAINER=	vermaden@interia.pl
+COMMENT=	FreeBSD's devd(8) based automount solution
 
-LICENSE=      BSD
+LICENSE=	BSD
 
-PLIST_FILES=  sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
+PLIST_FILES=	sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
 
-NO_BUILD=     yes
+NO_BUILD=	yes
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/automount             ${PREFIX}/sbin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301101609.r0AG9nPk047848>