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

(-)Makefile (-7 / +3 lines)
Lines 23-31 Link Here
23
23
24
LIBXUL_USES=	gecko
24
LIBXUL_USES=	gecko
25
FIREFOX_USES=	gecko:firefox,32
25
FIREFOX_USES=	gecko:firefox,32
26
ALL_TARGET=	# empty
26
27
27
.include <bsd.port.options.mk>
28
29
BUILD_ID=	${ECHO_CMD} -n `whoami`@`hostname`_`date +%s`
28
BUILD_ID=	${ECHO_CMD} -n `whoami`@`hostname`_`date +%s`
30
29
31
post-patch:
30
post-patch:
Lines 41-55 Link Here
41
			style share && \
40
			style share && \
42
			${MV} COPYING CREDITS Info.plist chrome.manifest \
41
			${MV} COPYING CREDITS Info.plist chrome.manifest \
43
			content-policy.manifest share
42
			content-policy.manifest share
44
.if ${PORT_OPTIONS:MFIREFOX}
43
44
post-patch-FIREFOX-on:
45
		${REINPLACE_CMD} -e "s/xulrunner/firefox/g" ${WRKSRC}/conkeror
45
		${REINPLACE_CMD} -e "s/xulrunner/firefox/g" ${WRKSRC}/conkeror
46
		${REINPLACE_CMD} -e "s/XULRUNNER/FIREFOX/g" ${WRKSRC}/conkeror
46
		${REINPLACE_CMD} -e "s/XULRUNNER/FIREFOX/g" ${WRKSRC}/conkeror
47
		${REINPLACE_CMD} -e 's/exec $${FIREFOX}/exec $${FIREFOX} -app/' ${WRKSRC}/conkeror
47
		${REINPLACE_CMD} -e 's/exec $${FIREFOX}/exec $${FIREFOX} -app/' ${WRKSRC}/conkeror
48
.endif
49
48
50
do-build:
51
		${MAKE} -C ${WRKSRC}
52
53
do-install:
49
do-install:
54
		${MKDIR} ${STAGEDIR}${PREFIX}/libexec/conkeror
50
		${MKDIR} ${STAGEDIR}${PREFIX}/libexec/conkeror
55
		${MKDIR} ${STAGEDIR}${DATADIR}
51
		${MKDIR} ${STAGEDIR}${DATADIR}
(-)pkg-plist (-34 lines)
Lines 225-261 Link Here
225
%%DATADIR%%/style/gesso/theme.json
225
%%DATADIR%%/style/gesso/theme.json
226
%%DATADIR%%/style/mono/conkeror--mono.css
226
%%DATADIR%%/style/mono/conkeror--mono.css
227
%%DATADIR%%/style/mono/theme.json
227
%%DATADIR%%/style/mono/theme.json
228
@dir %%DATADIR%%/style/default
229
@dir %%DATADIR%%/style/gesso
230
@dir %%DATADIR%%/style/mono
231
@dir %%DATADIR%%/style
232
@dir %%DATADIR%%/search-engines
233
@dir %%DATADIR%%/modules/page-modes
234
@dir %%DATADIR%%/modules/extensions
235
@dir %%DATADIR%%/modules/compat
236
@dir %%DATADIR%%/modules/bindings/default/content-buffer
237
@dir %%DATADIR%%/modules/bindings/default
238
@dir %%DATADIR%%/modules/bindings
239
@dir %%DATADIR%%/modules
240
@dir %%DATADIR%%/locale/sv-SE
241
@dir %%DATADIR%%/locale/en-US
242
@dir %%DATADIR%%/locale
243
@dir %%DATADIR%%/help
244
@dir %%DATADIR%%/defaults/preferences
245
@dir %%DATADIR%%/defaults
246
@dir %%DATADIR%%/contrib/art
247
@dir %%DATADIR%%/contrib/config
248
@dir %%DATADIR%%/contrib/modules
249
@dir %%DATADIR%%/contrib/xrev/defaults/preferences
250
@dir %%DATADIR%%/contrib/xrev/defaults
251
@dir %%DATADIR%%/contrib/xrev/content
252
@dir %%DATADIR%%/contrib/xrev/chrome
253
@dir %%DATADIR%%/contrib/xrev
254
@dir %%DATADIR%%/contrib
255
@dir %%DATADIR%%/content
256
@dir %%DATADIR%%/components
257
@dir %%DATADIR%%/chrome
258
@dir %%DATADIR%%/branding/content
259
@dir %%DATADIR%%/branding
260
@dir %%DATADIR%%
261
@dir libexec/conkeror

Return to bug 205576