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
|
# Created by: Slawomir Wojciech Wojtczak <vermaden@interia.pl>
|
||||||
# Date created: 10 January 2013
|
|
||||||
# Whom: Slawomir Wojciech Wojtczak <vermaden@interia.pl>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= automount
|
PORTNAME= automount
|
||||||
PORTVERSION= 1.4.1
|
PORTVERSION= 1.4.1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://raw.github.com/vermaden/automount/master/
|
MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \
|
||||||
|
LOCAL/bdrewery/${PORTNAME}/
|
||||||
|
|
||||||
MAINTAINER= vermaden@interia.pl
|
MAINTAINER= vermaden@interia.pl
|
||||||
COMMENT= FreeBSD's devd(8) based automount sollution
|
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:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/automount ${PREFIX}/sbin
|
${INSTALL_SCRIPT} ${WRKSRC}/automount ${PREFIX}/sbin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue