git: dda2d396f75a - main - graphics/ocrad: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 12:58:55 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=dda2d396f75a27762c4f2e5353fd6b2673811d2b commit dda2d396f75a27762c4f2e5353fd6b2673811d2b Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-09 12:20:55 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-09 12:58:25 +0000 graphics/ocrad: Move man pages to share/man Approved by: portmgr (blanket) --- graphics/ocrad/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile index a6bac5f14f08..6cd4050e2f2d 100644 --- a/graphics/ocrad/Makefile +++ b/graphics/ocrad/Makefile @@ -1,5 +1,6 @@ PORTNAME= ocrad DISTVERSION= 0.28 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNU @@ -16,15 +17,15 @@ USES= localbase:ldflags tar:lz USE_LDCONFIG= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -fPIC" --mandir=${PREFIX}/man --infodir=${PREFIX}/info +CONFIGURE_ARGS= --prefix=${PREFIX} CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -fPIC" --mandir=${PREFIX}/share/man --infodir=${PREFIX}/info MAKE_ARGS= LDFLAGS="${LDFLAGS}" PLIST_FILES= bin/${PORTNAME} \ include/ocradlib.h \ lib/libocrad.so \ - man/man1/ocrad.1.gz \ - info/ocrad.info + info/ocrad.info \ + share/man/man1/ocrad.1.gz OPTIONS_DEFINE= DOCS EXAMPLES