svn commit: r310186 - head/sysutils/automount
Bryan Drewery
bdrewery at FreeBSD.org
Thu Jan 10 16:09:50 UTC 2013
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 at 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 at interia.pl
-COMMENT= FreeBSD's devd(8) based automount solution
+MAINTAINER= vermaden at 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
More information about the svn-ports-head
mailing list