diff --git a/net/nload/Makefile b/net/nload/Makefile index 2fa97e4c655b..616a4ff31521 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -1,23 +1,25 @@ PORTNAME= nload -PORTVERSION= 0.7.4 -PORTREVISION= 1 +DISTVERSION= 0.7.4 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.roland-riegel.de/nload/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Console application which monitors network traffic in real time WWW= http://www.roland-riegel.de/nload/ LICENSE= GPLv2 -USES= ncurses -GNU_CONFIGURE= yes +USES= ncurses +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PLIST_FILES= bin/nload man/man1/nload.1.gz +PLIST_FILES= bin/nload \ + share/man/man1/nload.1.gz post-patch: @${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \ ${WRKSRC}/docs/nload.1.in ${WRKSRC}/src/main.cpp .include