Skip to content

Commit

Permalink
graphics/ocrad: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 9, 2024
1 parent c008f39 commit dda2d39
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions graphics/ocrad/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= ocrad
DISTVERSION= 0.28
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= GNU

Expand All @@ -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

Expand Down

0 comments on commit dda2d39

Please sign in to comment.