mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
that it become the default syslog-ng version. This commit makes it so. Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit (a OneIdentity company) / syslog-ng upstream
8 lines
162 B
Makefile
8 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
VERSIONS= 39 314 315 317 318 319
|
|
SYSLOG_NG_VERSION?= 319
|
|
|
|
MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|