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

(-)Makefile (-3 / +5 lines)
Lines 16-25 Link Here
16
RUN_DEPENDS=	${LOCALBASE}/bin/gvim:${PORTSDIR}/editors/vim
16
RUN_DEPENDS=	${LOCALBASE}/bin/gvim:${PORTSDIR}/editors/vim
17
17
18
NO_BUILD=	yes
18
NO_BUILD=	yes
19
# needs updating for each major vim update.
20
VIMRUNTIME=	${PREFIX}/share/vim/vim71
21
PLIST_SUB=	VIMRUNTIME="${VIMRUNTIME:S/${PREFIX}\///}"
19
PLIST_SUB=	VIMRUNTIME="${VIMRUNTIME:S/${PREFIX}\///}"
22
20
21
.include <bsd.port.pre.mk>
22
23
VIMRUNTIME!=	cd ${PORTSDIR}/editors/vim && ${MAKE} -V DATADIR
24
23
do-install:
25
do-install:
24
	${INSTALL_SCRIPT} ${WRKSRC}/cream ${PREFIX}/bin
26
	${INSTALL_SCRIPT} ${WRKSRC}/cream ${PREFIX}/bin
25
	${MKDIR} ${VIMRUNTIME}/cream
27
	${MKDIR} ${VIMRUNTIME}/cream
Lines 40-43 Link Here
40
.endfor
42
.endfor
41
.endif
43
.endif
42
44
43
.include <bsd.port.mk>
45
.include <bsd.port.post.mk>

Return to bug 116726