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

(-)vifm/Makefile (+8 lines)
Lines 27-32 Link Here
27
USE_GMAKE=	yes
27
USE_GMAKE=	yes
28
USE_REINPLACE=	yes
28
USE_REINPLACE=	yes
29
29
30
PLIST_FILES=	bin/pauseme \
31
		bin/vifm \
32
		share/vifm/vifm-0.2.help.txt \
33
		share/vifm/vifm.txt \
34
		share/vifm/vifm.vim \
35
		share/vifm/vifmrc0.2
36
PLIST_DIRS=	share/vifm
37
30
post-patch:
38
post-patch:
31
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
39
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
32
		${WRKSRC}/configure
40
		${WRKSRC}/configure
(-)vifm/pkg-plist (-7 lines)
Lines 1-7 Link Here
1
bin/pauseme
2
bin/vifm
3
share/vifm/vifm-0.2.help.txt
4
share/vifm/vifm.txt
5
share/vifm/vifm.vim
6
share/vifm/vifmrc0.2
7
@dirrm share/vifm

Return to bug 61888