diff options
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 |