Cleanup formatting to use tabs, making portlint happy
This commit is contained in:
parent
263fca6666
commit
5e46303151
|
|
@ -1,23 +1,20 @@
|
|||
# New ports collection Makefile for: automount
|
||||
# Date created: 10 January 2013
|
||||
# Whom: Slawomir Wojciech Wojtczak <vermaden@interia.pl>
|
||||
#
|
||||
# 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 sollution
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue