View | Details | Raw Unified | Return to bug 253240 | Differences between
and this patch

Collapse All | Expand All

(-)widentd/Makefile (-1 / +6 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	widentd
4
PORTNAME=	widentd
5
PORTVERSION=	1.04
5
PORTVERSION=	1.04
6
PORTREVISION=	1
6
CATEGORIES=	net
7
CATEGORIES=	net
7
MASTER_SITES=	https://BSDforge.com/projects/source/net/widentd/
8
MASTER_SITES=	https://BSDforge.com/projects/source/net/widentd/
8
9
Lines 13-19 Link Here
13
14
14
USES=		ncurses uidfix tar:xz
15
USES=		ncurses uidfix tar:xz
15
MAKE_ENV+=	BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
16
MAKE_ENV+=	BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man"
16
MAKE_ENV+=	NO_WERROR="defined"
17
.if ${OSREL:R} < 13
18
MAKE_ENV+=NO_WERROR=1
19
.else
20
MAKE_ENV+=MK_WERROR=no
21
.endif
17
22
18
PLIST_FILES=	sbin/widentd man/man8/widentd.8.gz
23
PLIST_FILES=	sbin/widentd man/man8/widentd.8.gz
19
USE_RC_SUBR=	widentd
24
USE_RC_SUBR=	widentd

Return to bug 253240