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

(-)www/lynx/Makefile (+4 lines)
Lines 27-32 Link Here
27
CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \
27
CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \
28
		--enable-nsl-fork --enable-persistent-cookies \
28
		--enable-nsl-fork --enable-persistent-cookies \
29
		--enable-nested-tables --enable-gzip-help \
29
		--enable-nested-tables --enable-gzip-help \
30
		--srcdir=${WRKSRC}
30
31
31
OPTIONS=	SSL		"SSL support" on \
32
OPTIONS=	SSL		"SSL support" on \
32
		DEFAULT_COLORS	"Colors support" off \
33
		DEFAULT_COLORS	"Colors support" off \
Lines 77-82 Link Here
77
78
78
post-patch:
79
post-patch:
79
	@${RM} -f ${WRKSRC}/CHANGES.orig
80
	@${RM} -f ${WRKSRC}/CHANGES.orig
81
	${REINPLACE_CMD} -e \
82
		's,cd \([^[:space:]]*\) \&\&,cd $$(srcdir)/\1 \&\&,' \
83
		${WRKSRC}/makefile.in
80
84
81
post-install:
85
post-install:
82
	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
86
	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}

Return to bug 125676