diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 21:27:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 21:27:40 +0000 |
commit | 3a007ad6cdc7e15027411e73716cb00be267fcbc (patch) | |
tree | 287182fa58d8a630b79225852935208b795dcdd5 /multimedia | |
parent | 6624cad4253cb0741a69aff612b77bc8431a8bf7 (diff) | |
download | ports-3a007ad6cdc7e15027411e73716cb00be267fcbc.tar.gz ports-3a007ad6cdc7e15027411e73716cb00be267fcbc.zip |
multimedia/motion: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/motion/Makefile | 2 | ||||
-rw-r--r-- | multimedia/motion/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index e3badbba9833..07db55d593fa 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -2,6 +2,7 @@ PORTNAME= motion DISTVERSIONPREFIX= release- DISTVERSION= 4.6.0 +PORTREVISION= 1 CATEGORIES= multimedia # Maintainer block @@ -26,6 +27,7 @@ GH_ACCOUNT= Motion-Project USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share # Standard bsd.port.mk variables SUB_FILES= pkg-message diff --git a/multimedia/motion/pkg-plist b/multimedia/motion/pkg-plist index e0eb8a7b5463..19f18d4cd59c 100644 --- a/multimedia/motion/pkg-plist +++ b/multimedia/motion/pkg-plist @@ -1,5 +1,5 @@ bin/motion -man/man1/motion.1.gz +share/man/man1/motion.1.gz %%ETCDIR%%/camera1-dist.conf %%ETCDIR%%/camera2-dist.conf %%ETCDIR%%/camera3-dist.conf |