mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
4902f0de6e
PORTSCOUT was set in the wrong Makefile; fixed; testport and portlint are OK (for both ports).
14 lines
254 B
Makefile
14 lines
254 B
Makefile
# Created by: David Shane Holden <dpejesh@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.4.5
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= 2
|
|
|
|
CONFLICTS= corosync3-[0-9]*
|
|
PORTSCOUT= limit:^2*\.[4-9]*\.[0-9]*$$
|
|
|
|
.include "${.CURDIR}/Makefile.common"
|
|
|
|
.include <bsd.port.mk>
|