diff options
author | ak <ak@FreeBSD.org> | 2013-11-24 23:35:59 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-11-24 23:35:59 +0800 |
commit | 902c857adb666e239f54648764de4205c8f4fb67 (patch) | |
tree | 8ec56feae5c91810879c42248fc06ba06b780700 /sysutils/automounter | |
parent | fd707cf7dd49bba7c81c1d0827af9a3f76f21f49 (diff) | |
download | freebsd-ports-gnome-902c857adb666e239f54648764de4205c8f4fb67.tar.gz freebsd-ports-gnome-902c857adb666e239f54648764de4205c8f4fb67.tar.zst freebsd-ports-gnome-902c857adb666e239f54648764de4205c8f4fb67.zip |
- Update to 1.5
- Support STAGEDIR
PR: ports/184196 (based on)
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Diffstat (limited to 'sysutils/automounter')
-rw-r--r-- | sysutils/automounter/Makefile | 18 | ||||
-rw-r--r-- | sysutils/automounter/distinfo | 4 | ||||
-rw-r--r-- | sysutils/automounter/pkg-plist | 2 |
3 files changed, 8 insertions, 16 deletions
diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile index 8a827714380a..dd752ad717f5 100644 --- a/sysutils/automounter/Makefile +++ b/sysutils/automounter/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= automounter -PORTVERSION= 1.4.7 +PORTVERSION= 1.5 CATEGORIES= sysutils MASTER_SITES= SF/bsdadminscripts/${PORTNAME} EXTRACT_SUFX= .tar.xz @@ -12,25 +12,15 @@ COMMENT= Provides scripts to dynamically configure amd WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src NO_BUILD= yes -MANCOMPRESSED= yes PKGMESSAGE= ${WRKSRC}/../NOTES -MAN5= ${PORTNAME}.conf.5 -MAN8= ${PORTNAME}.8 - plist: patch - @cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST} + @(cd ${WRKSRC}; ./plist.sh > ${PLIST}) # Use "amd -S" to avoid a vm locking panic, the scope of which has not yet # been determined. See kern/181590. -NO_STAGE= yes do-install: - @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \ - -amd="/usr/sbin/amd -S" - -post-install: - @${JOT} -s- -b- 39 - @${CAT} ${PKGMESSAGE} - @${JOT} -s- -b- 39 + @(cd ${WRKSRC}; ./install.sh -destdir=${STAGEDIR} \ + -prefix=${PREFIX} -amd="/usr/sbin/amd -S") .include <bsd.port.mk> diff --git a/sysutils/automounter/distinfo b/sysutils/automounter/distinfo index 833d64b178f5..6ff65bc8e2f9 100644 --- a/sysutils/automounter/distinfo +++ b/sysutils/automounter/distinfo @@ -1,2 +1,2 @@ -SHA256 (automounter-1.4.7.tar.xz) = 5ccfa21f00d6e1c396d3db4d42b5a1ab4304f80cc83215ca9a3699498760223c -SIZE (automounter-1.4.7.tar.xz) = 21748 +SHA256 (automounter-1.5.tar.xz) = d2d99b6ee5099dcbb18d714f16f07c2a038ab2bf9e8b7c19e9126634c32bdc0f +SIZE (automounter-1.5.tar.xz) = 24932 diff --git a/sysutils/automounter/pkg-plist b/sysutils/automounter/pkg-plist index 329c1ac43a12..98a575b80262 100644 --- a/sysutils/automounter/pkg-plist +++ b/sysutils/automounter/pkg-plist @@ -2,3 +2,5 @@ sbin/automounter etc/rc.d/automounter etc/automounter.conf.sample etc/devd/automounter.conf +man/man8/automounter.8.gz +man/man5/automounter.conf.5.gz |