diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile index 1e3cc7416bd3..f0414345e28d 100644 --- a/sysutils/automounter/Makefile +++ b/sysutils/automounter/Makefile @@ -1,22 +1,23 @@ PORTNAME= automounter PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org COMMENT= Provides scripts to dynamically configure amd WWW= https://sf.net/projects/bsdadminscripts/ LICENSE= BSD2CLAUSE WRKSRC_SUBDIR= src NO_BUILD= yes PKGMESSAGE= ${WRKSRC}/../NOTES USE_GITHUB= yes GH_ACCOUNT= lonkamikaze do-install: @(cd ${WRKSRC}; ./install.sh -destdir=${STAGEDIR} \ -prefix=${PREFIX}) .include diff --git a/sysutils/automounter/files/patch-install.inc b/sysutils/automounter/files/patch-install.inc new file mode 100644 index 000000000000..ea5759f1bcc1 --- /dev/null +++ b/sysutils/automounter/files/patch-install.inc @@ -0,0 +1,11 @@ +--- install.inc.orig 2024-03-14 14:00:20 UTC ++++ install.inc +@@ -49,7 +49,7 @@ replace=" + + replace=" + %%PREFIX%%,$prefix +-%%MAN%%,$prefix/man ++%%MAN%%,$prefix/share/man + %%TMP%%,$tmp + %%RUN%%,$run + %%VARTMP%%,$vartmp diff --git a/sysutils/automounter/pkg-plist b/sysutils/automounter/pkg-plist index 71cfff5369fd..57a04793135c 100644 --- a/sysutils/automounter/pkg-plist +++ b/sysutils/automounter/pkg-plist @@ -1,6 +1,6 @@ etc/automounter.conf.sample etc/devd/automounter.conf etc/rc.d/automounter -man/man5/automounter.conf.5.gz -man/man8/automounter.8.gz sbin/automounter +share/man/man5/automounter.conf.5.gz +share/man/man8/automounter.8.gz