View | Details | Raw Unified | Return to bug 133125
Collapse All | Expand All

(-)dns/opendd/Makefile (+2 lines)
Lines 16-21 Link Here
16
OPTIONS=	OPENDD_SSL	"Build with SSL support"	off \
16
OPTIONS=	OPENDD_SSL	"Build with SSL support"	off \
17
		RC_NG		"Install RC_NG script"		on
17
		RC_NG		"Install RC_NG script"		on
18
18
19
MAKE_JOBS_UNSAFE=	yes
20
19
PORTDOCS=	COPYING COPYRIGHT README
21
PORTDOCS=	COPYING COPYRIGHT README
20
PLIST_FILES=	sbin/${PORTNAME} \
22
PLIST_FILES=	sbin/${PORTNAME} \
21
		"@unexec if cmp -s %D/%%ETCDIR%%/${PORTNAME}.conf %D/%%ETCDIR%%/${PORTNAME}.conf.default; then ${RM} -f %D/%%ETCDIR%%/${PORTNAME}.conf; fi " \
23
		"@unexec if cmp -s %D/%%ETCDIR%%/${PORTNAME}.conf %D/%%ETCDIR%%/${PORTNAME}.conf.default; then ${RM} -f %D/%%ETCDIR%%/${PORTNAME}.conf; fi " \
(-)mail/heirloom-mailx/Makefile (+2 lines)
Lines 20-25 Link Here
20
20
21
CONFLICTS=	mailx-[0-9]*
21
CONFLICTS=	mailx-[0-9]*
22
22
23
MAKE_JOBS_UNSAFE=	yes
24
23
USE_BZIP2=	yes
25
USE_BZIP2=	yes
24
USE_ICONV=	yes
26
USE_ICONV=	yes
25
USE_OPENSSL=	yes
27
USE_OPENSSL=	yes

Return to bug 133125