mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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")
22 lines
431 B
Makefile
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>
|