diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 08:01:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 08:01:28 +0000 |
commit | 365e1a66d77717e0159848643eb039df4b26d1fd (patch) | |
tree | d5ba7a784382c8ba40465a586e852d76a1aca425 /chinese/celvis/Makefile | |
parent | bf72e49f123b00faf95262810bdd34745504b542 (diff) |
Notes
Diffstat (limited to 'chinese/celvis/Makefile')
-rw-r--r-- | chinese/celvis/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
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 <bsd.port.mk> |