diff options
-rw-r--r-- | graphics/jgraph/Makefile | 2 | ||||
-rw-r--r-- | graphics/jgraph/files/patch-makefile | 2 | ||||
-rw-r--r-- | graphics/jgraph/pkg-plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jgraph/Makefile b/graphics/jgraph/Makefile index fc54551ea86a..5280a0575934 100644 --- a/graphics/jgraph/Makefile +++ b/graphics/jgraph/Makefile @@ -1,6 +1,6 @@ PORTNAME= jgraph PORTVERSION= 8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://web.eecs.utk.edu/~plank/plank/jgraph/ DISTFILES= ${PORTNAME}.shar.Z 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} + diff --git a/graphics/jgraph/pkg-plist b/graphics/jgraph/pkg-plist index f2c9d4bce81d..9caffa297c6f 100644 --- a/graphics/jgraph/pkg-plist +++ b/graphics/jgraph/pkg-plist @@ -1,5 +1,5 @@ bin/jgraph -man/man1/jgraph.1.gz +share/man/man1/jgraph.1.gz %%DATADIR%%/acc.jgr %%DATADIR%%/ad.jgr %%DATADIR%%/alb.jgr |