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

(-)devel/libvterm/Makefile (-4 / +8 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/libvterm/Makefile 412175 2016-03-30 16:41:22Z culot $
2
# $FreeBSD: head/devel/libvterm/Makefile 412175 2016-03-30 16:41:22Z culot $
3
3
4
PORTNAME=	libvterm
4
PORTNAME=	libvterm
5
PORTVERSION=	git20150828
5
PORTVERSION=	git20160104
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	ports@FreeBSD.org
8
MAINTAINER=	ports@FreeBSD.org
Lines 13-25 Link Here
13
13
14
USE_GITHUB=	yes
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	neovim
15
GH_ACCOUNT=	neovim
16
GH_TAGNAME=	342e61e
16
GH_TAGNAME=	a9c7c6f
17
17
18
USES=		gmake libtool:build perl5
18
USES=		gmake libtool:build perl5
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
20
21
pre-build:
21
post-patch:
22
	${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' ${WRKSRC}/Makefile
22
	@${REINPLACE_CMD} -e \
23
		's|PREFIX=|PREFIX?=| ; \
24
		 s|@$$(LIBTOOL)|$$(LIBTOOL)| ; \
25
		 s|$$(LIBDIR)/pkgconfig|$$(PREFIX)/libdata/pkgconfig|' \
26
		${WRKSRC}/Makefile
23
27
24
post-install:
28
post-install:
25
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/unterm
29
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/unterm
(-)devel/libvterm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (neovim-libvterm-git20150828-342e61e_GH0.tar.gz) = 67bec4d5ea1e6c1e309790fbd8b5c4b56675f2a2d132c7def07a524333e8349a
1
SHA256 (neovim-libvterm-git20160104-a9c7c6f_GH0.tar.gz) = 31176855a60fd3d52b57e9d15edb4633af04b8adefe0f4909e20b5579fff9cb5
2
SIZE (neovim-libvterm-git20150828-342e61e_GH0.tar.gz) = 63934
2
SIZE (neovim-libvterm-git20160104-a9c7c6f_GH0.tar.gz) = 66903

Return to bug 208865