diff --git a/port/sysutils/automount/Makefile b/port/sysutils/automount/Makefile index 154d349..bf4cce7 100644 --- a/port/sysutils/automount/Makefile +++ b/port/sysutils/automount/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: automount -# Date created: 21 Febryaru 2012 -# Whom: vermaden +# New ports collection makefile for: automount +# Date created: 28 February 2012 +# Whom: vermaden # # $FreeBSD$ # diff --git a/port/sysutils/automount/pkg-install b/port/sysutils/automount/pkg-install index 5efa21e..e9524fb 100644 --- a/port/sysutils/automount/pkg-install +++ b/port/sysutils/automount/pkg-install @@ -2,13 +2,15 @@ case ${2} in (POST-INSTALL) - /etc/rc.d/devd restart - echo - echo - echo "Check /usr/local/sbin/automount --help for available options." - echo - echo - ;; - (PRE-INSTALL) : ;; + /etc/rc.d/devd restart + echo + echo + echo "Check /usr/local/sbin/automount --help for available options." + echo + echo + ;; + (PRE-INSTALL) + : + ;; esac