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

Collapse All | Expand All

(-)print/cups-base/Makefile (-2 / +2 lines)
Lines 66-72 Link Here
66
CUPS_SUFFIX=	-image
66
CUPS_SUFFIX=	-image
67
LICENSE=	LGPL21
67
LICENSE=	LGPL21
68
.else
68
.else
69
PORTREVISION=	4
69
PORTREVISION=	5
70
CUPS_SUFFIX=	-base
70
CUPS_SUFFIX=	-base
71
# No DOCS option.  Files are needed by web interface.
71
# No DOCS option.  Files are needed by web interface.
72
OPTIONS_DEFINE=		DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN
72
OPTIONS_DEFINE=		DBUS ICONS LIBPAPER LIBUSB PAM XDG_OPEN
Lines 231-237 Link Here
231
		${WRKSRC}/backend/Makefile
231
		${WRKSRC}/backend/Makefile
232
.endif
232
.endif
233
.if  ${PORT_OPTIONS:MXDG_OPEN}
233
.if  ${PORT_OPTIONS:MXDG_OPEN}
234
	@${REINPLACE_CMD} -e 's|htmlview|xdg-open|' ${WRKSRC}/desktop/cups.desktop.in
234
	@${REINPLACE_CMD} -e 's|@CUPS_HTMLVIEW@|xdg-open|' ${WRKSRC}/desktop/cups.desktop.in
235
.endif
235
.endif
236
	@${REINPLACE_CMD} -e '/SILENT/d' ${WRKSRC}/Makedefs.in
236
	@${REINPLACE_CMD} -e '/SILENT/d' ${WRKSRC}/Makedefs.in
237
	@${REINPLACE_CMD} -e 's|/etc/cups|${LOCALBASE}/etc/cups|g' ${WRKSRC}/man/*.man*
237
	@${REINPLACE_CMD} -e 's|/etc/cups|${LOCALBASE}/etc/cups|g' ${WRKSRC}/man/*.man*

Return to bug 198777