diff options
Diffstat (limited to 'graphics/jgraph/files/patch-makefile')
-rw-r--r-- | graphics/jgraph/files/patch-makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jgraph/files/patch-makefile b/graphics/jgraph/files/patch-makefile index 3e74ce280ade..2cd3de3fa18b 100644 --- a/graphics/jgraph/files/patch-makefile +++ b/graphics/jgraph/files/patch-makefile @@ -52,7 +52,7 @@ +install: jgraph + ${BSD_INSTALL_PROGRAM} jgraph ${DESTDIR}${PREFIX}/bin -+ ${BSD_INSTALL_MAN} jgraph.1 ${DESTDIR}${PREFIX}/man/man1 ++ ${BSD_INSTALL_MAN} jgraph.1 ${DESTDIR}${PREFIX}/share/man/man1 + -mkdir -p -m 755 ${DESTDIR}${DATADIR} + ${BSD_INSTALL_DATA} $(EXAMPLE_SRC) ${DESTDIR}${DATADIR} + |