diff --git a/misc/cstream/Makefile b/misc/cstream/Makefile index 27946426f7fe..6a9abe368bd8 100644 --- a/misc/cstream/Makefile +++ b/misc/cstream/Makefile @@ -1,22 +1,24 @@ PORTNAME= cstream PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.cons.org/cracauer/download/ MAINTAINER= olgeni@FreeBSD.org COMMENT= Like dd(1) tool, precise bandwidth limiting/reporting, fifo, TCP WWW= https://www.cons.org/cracauer/cstream.html LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/cstream \ - man/man1/cstream.1.gz + share/man/man1/cstream.1.gz post-patch: @${REINPLACE_CMD} -e \ '/^if \[/s| $$CFLAGS | "$$CFLAGS" |' ${WRKSRC}/configure .include