diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-11 13:59:09 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-11 13:59:36 +0000 |
| commit | 7074d7f6aec43269666bcbbfd162d977b7c64277 (patch) | |
| tree | d22566119989458e40ed57605132262852c1e776 /sysutils/devd-mount | |
| parent | c142ce547ec58bf634ebd942905262d716248014 (diff) | |
Diffstat (limited to 'sysutils/devd-mount')
| -rw-r--r-- | sysutils/devd-mount/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/devd-mount/Makefile b/sysutils/devd-mount/Makefile index 4d1a0495983d..684b6daeefa4 100644 --- a/sysutils/devd-mount/Makefile +++ b/sysutils/devd-mount/Makefile @@ -1,5 +1,6 @@ PORTNAME= devd-mount DISTVERSION= 0.1.0-7 +PORTREVISION= 1 DISTVERSIONSUFFIX= -gc4810d4 CATEGORIES= sysutils @@ -22,7 +23,7 @@ PLIST_FILES= sbin/devd-mount \ sbin/automount \ etc/devd/devd-mount.conf \ "@sample etc/devd-mount.conf.sample" \ - man/man8/devd-mount.8.gz + share/man/man8/devd-mount.8.gz do-install: ${INSTALL_SCRIPT} ${WRKSRC}/devd-mount ${STAGEDIR}${PREFIX}/sbin @@ -32,6 +33,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/devd-mount.conf \ ${STAGEDIR}${PREFIX}/etc/devd-mount.conf.sample ${INSTALL_MAN} ${WRKSRC}/Man/devd-mount.8 \ - ${STAGEDIR}${MANPREFIX}/man/man8 + ${STAGEDIR}${PREFIX}/share/man/man8 .include <bsd.port.mk> |
