From 365e1a66d77717e0159848643eb039df4b26d1fd Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Thu, 20 Feb 2014 08:01:28 +0000 Subject: Support staging --- chinese/celvis/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'chinese/celvis/Makefile') diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile index 6cb74650c471..86ac90c061a6 100644 --- a/chinese/celvis/Makefile +++ b/chinese/celvis/Makefile @@ -11,14 +11,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Vi/ex clone that speaks Chinese CFLAGS+= -Wno-error=return-type -MAN1= celvis.1 -MLINKS= celvis.1 cvi.1 -NO_STAGE= yes do-install: @# install target in celvis Makefile is not too good -- this is easier - ${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${PREFIX}/bin - ${LN} -f ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi - ${INSTALL_MAN} ${FILESDIR}/celvis.1 ${PREFIX}/man/man1/celvis.1 + ${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${STAGEDIR}${PREFIX}/bin + ${LN} -s celvis ${STAGEDIR}${PREFIX}/bin/cvi + ${INSTALL_MAN} ${FILESDIR}/celvis.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include -- cgit v1.2.3