diff --git a/net/suckblow/Makefile b/net/suckblow/Makefile index 42e033eaa97f..d6d33bf21e14 100644 --- a/net/suckblow/Makefile +++ b/net/suckblow/Makefile @@ -1,18 +1,21 @@ PORTNAME= suckblow PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= LOCAL/archie MAINTAINER= ports@FreeBSD.org COMMENT= Two companion utilities for transferring data over a TCP socket USES= uidfix CONFLICTS= suck-4.* suck-cnews-4.* +MAKE_ARGS= MANDIR="${PREFIX}/share/man/man" + .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif .include diff --git a/net/suckblow/pkg-plist b/net/suckblow/pkg-plist index ab517b34207b..de52e9d9eb33 100644 --- a/net/suckblow/pkg-plist +++ b/net/suckblow/pkg-plist @@ -1,4 +1,4 @@ bin/suck bin/blow -man/man1/blow.1.gz -man/man1/suck.1.gz +share/man/man1/blow.1.gz +share/man/man1/suck.1.gz