diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:05:41 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:48:05 +0100 |
commit | 66040cf3bc8561927ff24cf55b09016625a669b6 (patch) | |
tree | a772d637cc6280479ffda2c2ddfddc3a63f22fef | |
parent | 9b590f338a1808df74d5c589cee312ee4911fa97 (diff) | |
download | freebsd-ports-66040cf3bc8561927ff24cf55b09016625a669b6.zip |
graphics/gocr: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/gocr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index 602ef31aff41..5fe77a3a1e6d 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -1,5 +1,6 @@ PORTNAME= gocr PORTVERSION= 0.52 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www-e.uni-magdeburg.de/jschulen/ocr/ @@ -13,11 +14,12 @@ LIB_DEPENDS= libnetpbm.so:graphics/netpbm USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-netpbm=${LOCALBASE} MAKE_ARGS= prefix=${PREFIX} exec_prefix=${PREFIX} PLIST_FILES= bin/gocr \ - man/man1/gocr.1.gz + share/man/man1/gocr.1.gz PORTDOCS= * DOCSRCDIR1= ${WRKSRC} |