summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 09:52:47 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 10:03:19 +0100
commit4e46c0f9f634a4417532ac05fd70120af6876c01 (patch)
tree1aa3aba232a0a6196402b4471125a1f5bf2df3e3
parent1c0ce5c60e15cada76eb98fc875b12ffd8a30cc3 (diff)
downloadfreebsd-ports-4e46c0f9f634a4417532ac05fd70120af6876c01.zip
graphics/enblend: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--graphics/enblend/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index 2c39a3a11d4a..5d8efd3eb9c3 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -1,6 +1,6 @@
PORTNAME= enblend
PORTVERSION= 4.2
-PORTREVISION= 23
+PORTREVISION= 24
CATEGORIES= graphics
MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION}
DISTNAME= enblend-enfuse-${PORTVERSION}
@@ -24,8 +24,9 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
USES= compiler:features gmake jpeg localbase pkgconfig
USE_CXXSTD= c++14
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/enblend bin/enfuse man/man1/enblend.1.gz man/man1/enfuse.1.gz
+PLIST_FILES= bin/enblend bin/enfuse share/man/man1/enblend.1.gz share/man/man1/enfuse.1.gz
PORTDOCS= AUTHORS NEWS README
OPTIONS_DEFINE= DOCS