diff options
author | Helge Oldach <freebsd@oldach.net> | 2024-01-30 17:59:02 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-01-30 17:59:24 +0300 |
commit | 4e63c267c17ed245d247dcb392e204bfde853e4a (patch) | |
tree | 642743183b67a65e193b182c5ab1f03081e0553e /comms | |
parent | math/octave-forge-csg-toolkit: Update to 1.3.1. (diff) |
*: Move manpages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/viewfax/Makefile | 4 | ||||
-rw-r--r-- | comms/viewfax/scripts/pre-configure | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index 256e4ac9e4cc..9943cbbdccc7 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -1,6 +1,6 @@ PORTNAME= viewfax PORTVERSION= 2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ftp://ftp.ping.de/pub/unix/ @@ -11,6 +11,6 @@ USES= imake xorg USE_XORG= x11 xext PLIST_FILES= bin/viewfax lib/viewfax.tif \ - man/man1/viewfax.1.gz + share/man/man1/viewfax.1.gz .include <bsd.port.mk> diff --git a/comms/viewfax/scripts/pre-configure b/comms/viewfax/scripts/pre-configure index 7644ca1464c7..0e3957edc750 100644 --- a/comms/viewfax/scripts/pre-configure +++ b/comms/viewfax/scripts/pre-configure @@ -3,6 +3,6 @@ cat <<EOF >>$WRKSRC/Imakefile BINDIR = $PREFIX/bin HELPDIR = $PREFIX/lib -MANDIR = $PREFIX/man/man1 +MANDIR = $PREFIX/share/man/man1 EOF exit 0 |