diff --git a/net-mgmt/iprange/Makefile b/net-mgmt/iprange/Makefile index 901be2f0bc8f..08a15c2dc5f4 100644 --- a/net-mgmt/iprange/Makefile +++ b/net-mgmt/iprange/Makefile @@ -1,19 +1,20 @@ PORTNAME= iprange PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/firehol/iprange/releases/download/v${PORTVERSION}/ MAINTAINER= garga@FreeBSD.org COMMENT= Manage IP ranges WWW= https://github.com/firehol/iprange LICENSE= GPLv2+ USES= tar:xz -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes PLIST_FILES= bin/iprange \ - man/man1/iprange.1.gz + share/man/man1/iprange.1.gz .include