summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 10:05:41 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 10:48:05 +0100
commit66040cf3bc8561927ff24cf55b09016625a669b6 (patch)
treea772d637cc6280479ffda2c2ddfddc3a63f22fef
parent9b590f338a1808df74d5c589cee312ee4911fa97 (diff)
downloadfreebsd-ports-66040cf3bc8561927ff24cf55b09016625a669b6.zip
graphics/gocr: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--graphics/gocr/Makefile4
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}