diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:52:47 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:03:19 +0000 |
commit | 4e46c0f9f634a4417532ac05fd70120af6876c01 (patch) | |
tree | 1aa3aba232a0a6196402b4471125a1f5bf2df3e3 /graphics/enblend | |
parent | 1c0ce5c60e15cada76eb98fc875b12ffd8a30cc3 (diff) |
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/Makefile | 5 |
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 |