diff options
Diffstat (limited to 'sysutils/automount')
-rw-r--r-- | sysutils/automount/Makefile | 6 | ||||
-rw-r--r-- | sysutils/automount/distinfo | 4 | ||||
-rw-r--r-- | sysutils/automount/files/pkg-install.in (renamed from sysutils/automount/pkg-install) | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/automount/Makefile b/sysutils/automount/Makefile index 82910a368e79..c36521c16345 100644 --- a/sysutils/automount/Makefile +++ b/sysutils/automount/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= automount -PORTVERSION= 1.4.3 +PORTVERSION= 1.5.3 CATEGORIES= sysutils MASTER_SITES= https://raw.github.com/vermaden/automount/master/ \ - LOCAL/bdrewery/${PORTNAME}/ + LOCAL/madpilot/${PORTNAME}/ MAINTAINER= vermaden@interia.pl COMMENT= FreeBSD's devd(8) based automount solution @@ -14,7 +14,9 @@ LICENSE= BSD2CLAUSE PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample +SUB_FILES= pkg-install NO_BUILD= yes +NO_ARCH= yes OPTIONS_DEFINE= NTFS3G EXT4 EXFAT OPTIONS_DEFAULT= NTFS3G EXT4 diff --git a/sysutils/automount/distinfo b/sysutils/automount/distinfo index 8e5385424072..5f1d3e9063db 100644 --- a/sysutils/automount/distinfo +++ b/sysutils/automount/distinfo @@ -1,2 +1,2 @@ -SHA256 (automount-1.4.3.tar.gz) = 658d94c0a0bc862e0a53a5ee384352f039c671e4ea42dc6447c0faa701281f70 -SIZE (automount-1.4.3.tar.gz) = 4386 +SHA256 (automount-1.5.3.tar.gz) = 9abd5a7189358c50ae18afff31b6457600548aa1f44122ce4e10c1cfab0038a6 +SIZE (automount-1.5.3.tar.gz) = 4867 diff --git a/sysutils/automount/pkg-install b/sysutils/automount/files/pkg-install.in index 869dc336dd7f..d8b2f9b9ae51 100644 --- a/sysutils/automount/pkg-install +++ b/sysutils/automount/files/pkg-install.in @@ -2,10 +2,10 @@ case ${2} in (POST-INSTALL) - /etc/rc.d/devd restart + service devd restart echo echo - echo "Check /usr/local/sbin/automount --help for available options." + echo "Check %%PREFIX%%/bin/automount --help for available options." echo echo ;; |