Files
Renato Botelho 08a9c4db98 */*: Restore GNU_CONFIGURE on my ports
I made a mistake and changed these ports to HAS_CONFIGURE when working
on MANPREFIX sanitization.  Restore proper macro usage and set
GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under
${PREFIX}/share.

Reported by:	danfe
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-01-16 11:02:42 -03:00

22 lines
431 B
Makefile

PORTNAME= iprange
PORTVERSION= 1.0.4
PORTREVISION= 2
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
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/iprange \
share/man/man1/iprange.1.gz
.include <bsd.port.mk>