diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:16:19 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:48:08 +0100 |
commit | 6039cfb5b0a68a91d8a9ec0f1abcab54828bcb0d (patch) | |
tree | d62f3315056e2e27b7dedf00833cdd282e46825b | |
parent | 3db9d431cabe6b70fabcf8512707475be629cb60 (diff) | |
download | freebsd-ports-6039cfb5b0a68a91d8a9ec0f1abcab54828bcb0d.zip |
graphics/jgraph: Moved man to share/man
Approved by: portmgr (blanket)
-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 |